Cross platform dropdownlist. This component implements a custom dropdownlist and provides the same way to drawing it on the different platforms(iOS and Android, Web, Windows). It dose not use any native code. So there is no aditionalal implementation on different platforms. Install the component and enjoy.
react-native-universal-dropdownlist
npm i react-native-universal-dropdownlist
No Additional Installations
No Additional Installations
No Additional Installations
dropDownListStyle
: Default nullitems
: the array of DropDownItem.selectedValue
: the selected valueplaceHolder
: Default nullonSelect
: on Item select changedstyle
: the inputText styledropDownListStyle
: the list styledropDownItemStyle
: the item styledropDownListTextStyle
: the text inside the item styledropDownListSelectedTextStyle
: when item is selectedincludeIconOnTextInput
if there is icon included in items specify to show the icon when an item get selectedsearchAble
: SearchBox included eg combobox likesearchPlaceHolder
: searchable inputtext placeholder