react-native-universal-dropdownlist
v1.0.9
Published
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 d
Downloads
5
Maintainers
Readme
react-native-universal-dropdownlist
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.
Working Example
react-native-universal-dropdownlist
Android and IOS
Installations
npm i react-native-universal-dropdownlist
Additional Installations
Android
No Additional Installations
Iphone
No Additional Installations
Web
No Additional Installations
Properties
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