DropdownItem
@chelseaapps/react-native-elements / Exports / DropdownItem
Interface: DropdownItem
Hierarchy
DropdownItemType↳
DropdownItem
Table of contents
Properties
label
value
Properties
label
• label: string
Selection label that the user will see
Inherited from
DropdownItemType.label
Defined in
value
• value: string
Selection value that will validated
Inherited from
DropdownItemType.value
Defined in
Last updated
Was this helpful?