react-native-select-dropdown-search
v0.0.2
Published
React Native Select Dropdown Search is a library that provides a customizable dropdown component for React Native applications.
Downloads
18
Maintainers
Readme
react-native-select-dropdown-search
This package is an modified version of Hoa Phan's https://github.com/hoaphantn7604/react-native-element-dropdown
Features
Fullscreen select menu with search | Autocomplete for dynamic search :-------------------------:|:-------------------------: |
Dropdown props
Below are the newly added/modified props for the components
Refer below for detailed list of props
https://github.com/hoaphantn7604/react-native-element-dropdown#dropdown-props
| Props | type | default | values | isRequired | Description | | ----------- | ----------- | --------- | -------- | ----------- | -----------| | dropdownPosition | string | top | 'auto', 'top', 'bottom | false | Position of the dropdown. 'top' makes it stick to the top of the screen | autoComplete | boolean | false | true, false | false | Enables autocomplete for dynamic search