Interface: SelectOption
Defined in: src/components/AddSiteForm/SelectField.tsx:75
Single option interface for SelectField dropdown items.
Propertiesโ
labelโ
label: string;
Defined in: src/components/AddSiteForm/SelectField.tsx:77
Display text for the option
valueโ
value: string;
Defined in: src/components/AddSiteForm/SelectField.tsx:79
Value to be selected when this option is chosen