Skip to content

Commit 38ff13e

Browse files
authored
Update README.md
1 parent 34a19f6 commit 38ff13e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ It also offers a mechanism for serializing all form responses to JSON for persis
4242
- [Login Form Example](#login-form-example)
4343
- [Form Engine](#form-engine)
4444
- [Form Definition](#form-definition)
45+
- [Form Props](#form-props)
4546
- [Field Definition](#field-definition)
4647
- [Field Type](#field-type)
4748
- [Field Children](#field-children)
4849
- [Field Options](#field-options)
49-
- [Field Props List](#field-props-list)
50+
- [Field Props List](#field-props)
5051
- [Field Type Transitions](#field-type-transitions)
5152
- [Field Decorators](#field-decorators)
5253
- [Serialize](#serialize)
@@ -244,11 +245,12 @@ const LoginForm = () => (
244245
## <a id="form-engine">Form Engine</a>
245246
246247
- [Form Definition](#form-definition)
248+
- [Form Props](#form-props)
247249
- [Field Definition](#field-definition)
248250
- [Field Type](#field-type)
249251
- [Field Children](#field-children)
250252
- [Field Options](#field-options)
251-
- [Field Props List](#field-props-list)
253+
- [Field Props](#field-props)
252254
- [Field Type Transitions](#field-type-transitions)
253255
- [Field Decorators](#field-decorators)
254256
@@ -473,7 +475,7 @@ For field controls that render selectable options, like `<Radio />` or `<Checkbo
473475
474476
----
475477
476-
### <a id="field-props-list">Field Props List</a>
478+
### <a id="field-props">Field Props</a>
477479
478480
Here's the complete list of props that can be passed to [Field Definitions](#field-definition):
479481

0 commit comments

Comments
 (0)