subschema-plugin-type-select
v4.1.3
Published
A select component. Uses the placeholder as the default value if set. Tries to handle null value gracefully.
Downloads
36
Readme
A select component. Uses the placeholder as the default value if set. Tries to handle null value gracefully.
- options - An array of strings or {val, label} objects.
- multiple - If set to true it will allow for multiple selection.
See the example