Skip to content

Commit 33136d4

Browse files
committed
fixed up README to remove erroneous inputType
1 parent 3eeb9d0 commit 33136d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ These options are used by all the different field types. Some fields may have sp
105105
| Property | Type | Default | Description |
106106
| --- | --- | --- | --- |
107107
| 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'}]` |
108-
| inputType | `string` | `checkbox` | The 'type' attribute to pass to each input. Can be either 'checkbox' or 'radio' |
109108

110109
###Template Options
111110
These should be added to the `templateOptions` property. Some input types may have specific options which can be used here and will be specified below.

0 commit comments

Comments
 (0)