Variable: Select
constSelect:ForwardRefExoticComponent<SelectProps&RefAttributes<InputRefType>>
Defined in: components/Form/Select/index.tsx:48
Component
Select
Description
A select input component for forms with single or multiple selection.
Param
The component props.
Param
The forwarded ref to the select element.
Returns
The rendered Select component.
Example
<Select name="colors" label="Colors" options={[{ value: 'red', element: 'Red' }]} />