File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,21 @@ Documentation
22=============
33
441 . [ Form types] ( #form-types )
5-
6-
7-
8-
5+ 1 . [ Default form types] ( #default-form-types )
6+ 1 . [ Form definitions] ( #form-definitions )
7+ 1 . [ Overriding field types and order] ( #overriding-field-types-and-order )
8+ 1 . [ Standard Options] ( #standard-options )
9+ 1 . [ onChange] ( #onchange )
10+ 1 . [ Validation Messages] ( #validation-messages )
11+ 1 . [ Inline feedback icons] ( #inline-feedback-icons )
12+ 1 . [ Specific options per type] ( #specific-options-per-type )
13+ 1 . [ fieldset and section] ( #fieldset-and-section )
14+ 1 . [ conditional] ( #conditional )
15+ 1 . [ select and checkboxes] ( #select-and-checkboxes )
16+ 1 . [ actions] ( #actions )
17+ 1 . [ button] ( #button )
18+ 1 . [ radios and radiobuttons] ( #radios-and-radiobuttons )
19+ 1 . [ Post process function] ( #post-process-function )
920
1021Form types
1122----------
@@ -49,8 +60,8 @@ a property.
4960| "type": "array" and a "enum" in array type | checkboxes |
5061
5162
52- Form definition and " * "
53- ----------------------
63+ Form definitions
64+ ----------------
5465If you don't supply a form definition, it will default to rendering the after the defaults taken
5566from the schema.
5667
@@ -122,8 +133,8 @@ var schema = {
122133]
123134```
124135
125- Options
126- -------
136+ Standard Options
137+ ----------------
127138
128139General options most field types can handle:
129140``` javascript
You can’t perform that action at this time.
0 commit comments