Optional closeText to use for on close areas (accessibility). Defaults to ENGLISH "Close"
Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional disabled?: booleanIndicate if disabled
Optional helperHelper string to use
Items to render in the dropdown
Optional label?: stringLabel string to use
Optional light?: booleanIndicate if dropdown is used on layer
Optional maxHeight in pixels to max out the menu (defaults to 280)
On change callback
Optional style?: StyleProp<ViewStyle>Style to set on the item
Unset text. This should be like "Choose option" or similar based on context
Current value to show on dropdown
Optional valueCallback to convert value to human readable text
Generated using TypeDoc
Props for Dropdown component