The select component is used to select an option from a list.
ReactNode positioned to the left of the input.
ReactNode positioned to the right of the input.
Boolean to indicate an error state.
ElementType to define the component used for the input.
Boolean to indicate if the input is disabled.
InputSize to define the size of the input.
InputContainerProps for the input container.
Boolean to indicate if the input is read-only.
<Select> <option> Test 1 </option> <option> Test 2 </option> </Select>