SelectField
placeholder
Placeholder for the select field.
- type
string
currentValue
Current value of the select field. Must be one of the values provided in options
array.
- type
Function
isHidden
Controls whether the field is visible or hidden.
- type
boolean
options
- type
Array<string>
viewOptions
- type
Array<string>
handle
- type
(option?: string) => void