Interface: SelectOption
Defined in: src/components/AddSiteForm/SelectField.tsx:80
Single option interface for SelectField dropdown items.
Propertiesโ
labelโ
label:
string
Defined in: src/components/AddSiteForm/SelectField.tsx:82
Display text for the option
valueโ
value:
string
|number
Defined in: src/components/AddSiteForm/SelectField.tsx:84
Value to be selected when this option is chosen