API Reference
<SelectField label="Label" helpText="Help text" errorText="Error text"> <option>option</option> <option>option</option> <option>option</option> </SelectField>
Parameters
props
- Type:
@vtex/shoreline-components.SelectFieldProps & @types/react.React.RefAttributes<typescript.HTMLSelectElement>
Props
disabled (optional)
- Type:
boolean
error (optional)
- Type:
boolean
errorText (optional)
- Type:
@types/react.React.ReactNode
helpText (optional)
- Type:
@types/react.React.ReactNode
label (optional)
- Type:
@types/react.React.ReactNode
optional (optional)
- Type:
boolean