You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,24 @@ These options are used by all the different field types. Some fields may have sp
90
90
| --- | --- | --- | --- |
91
91
| options |`array`|`null`| Pass either an array of strings or objects. Objects require a `label` and `value` property. If a string is passed then it will be used for the value and the label. eg: `options: ['Foo', 'Bar']` or `options: [{ label: 'Foo', value: 'bar'},{label: 'Bar', value: 'foo'}]|
92
92
93
+
###List options
94
+
| Property | Type | Default | Description |
95
+
| --- | --- | --- | --- |
96
+
| options |`array`|`null`| Pass either an array of strings or objects. Objects require a `label` and `value` property. If a string is passed then it will be used for the value and the label. eg: `options: ['Foo', 'Bar']` or `options: [{ label: 'Foo', value: 'bar'},{label: 'Bar', value: 'foo'}]|
97
+
| inputType |`string`|`checkbox`| The 'type' attribute to pass to each input. Can be either 'checkbox' or 'radio' |
0 commit comments