|
@@ -30,7 +30,7 @@ All fields support the following metadata. The missing properties will be 'fille
|
|
|
|
|
|
### Options metadata (selects, radios, checkbutton groups, etc)
|
|
### Options metadata (selects, radios, checkbutton groups, etc)
|
|
|
|
|
|
-Supply an array of values, an array of [value, label] pairs, or an array of { value: <VALUE>, label: <LABEL> } objects. If you supply a aimple array of values, each value is used as both the value and label.
|
|
|
|
|
|
+Oprions can be specified as an array of values, an array of [value, label] pairs, or an array of objects with the structure { value: 'VAL', label: 'My label' }. If you supply a aimple array of values, each value is used as both the value and label.
|
|
|
|
|
|
#### Available types
|
|
#### Available types
|
|
|
|
|