SelectField
Usage#
API#
| Property | Description | Type | Default |
|---|---|---|---|
label | label of select field | ReactNode | |
name | name of select field | string | |
required | show * after label | boolean | false |
This component is based on select component, please check it's documentation for more usage.