@@ -42,11 +42,12 @@ It also offers a mechanism for serializing all form responses to JSON for persis
42
42
- [ Login Form Example] ( #login-form-example )
43
43
- [ Form Engine] ( #form-engine )
44
44
- [ Form Definition] ( #form-definition )
45
+ - [ Form Props] ( #form-props )
45
46
- [ Field Definition] ( #field-definition )
46
47
- [ Field Type] ( #field-type )
47
48
- [ Field Children] ( #field-children )
48
49
- [ Field Options] ( #field-options )
49
- - [ Field Props List] ( #field-props-list )
50
+ - [ Field Props List] ( #field-props )
50
51
- [ Field Type Transitions] ( #field-type-transitions )
51
52
- [ Field Decorators] ( #field-decorators )
52
53
- [ Serialize] ( #serialize )
@@ -244,11 +245,12 @@ const LoginForm = () => (
244
245
## <a id="form-engine">Form Engine</a>
245
246
246
247
- [Form Definition](#form-definition)
248
+ - [Form Props](#form-props)
247
249
- [Field Definition](#field-definition)
248
250
- [Field Type](#field-type)
249
251
- [Field Children](#field-children)
250
252
- [Field Options](#field-options)
251
- - [Field Props List ](#field-props-list )
253
+ - [Field Props](#field-props)
252
254
- [Field Type Transitions](#field-type-transitions)
253
255
- [Field Decorators](#field-decorators)
254
256
@@ -473,7 +475,7 @@ For field controls that render selectable options, like `<Radio />` or `<Checkbo
473
475
474
476
----
475
477
476
- ### <a id="field-props-list ">Field Props List </a>
478
+ ### <a id="field-props">Field Props</a>
477
479
478
480
Here's the complete list of props that can be passed to [Field Definitions](#field-definition):
479
481
0 commit comments