@mirego/forra-react / components / SelectProps
Interface: SelectProps
Properties
contentClassName?
optionalcontentClassName:string
disabled?
optionaldisabled:boolean
fullWidth?
optionalfullWidth:boolean
icon?
optionalicon:ReactNode
onChange()
onChange: (
value) =>void
Parameters
value
string
Returns
void
options
options:
Option[]
triggerClassName?
optionaltriggerClassName:string
value
value:
string
variant?
optionalvariant:"default"|"bordered"