Stable3.14.2View in LexiconCHANGELOG
ClaySelect have the same React API of <select>
element. Also, ClaySelect.Option
has the same API of <option>
React element.
SelectWithOption
Property | Type | Required | Default | Description |
---|---|---|---|---|
options | Array< ( | React.ComponentProps<typeof Select.Option> | React.ComponentProps<typeof Select.OptGroup> ) & { options?: Array<React.ComponentProps<typeof Select.Option>>; type?: 'group'; } > | false | [] | Options of the select. |