react-native-universal-dropdownlist

1.0.9 • Public • Published

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 null
  • items: the array of DropDownItem.
  • selectedValue: the selected value
  • placeHolder: Default null
  • onSelect: on Item select changed
  • style: the inputText style
  • dropDownListStyle: the list style
  • dropDownItemStyle: the item style
  • dropDownListTextStyle: the text inside the item style
  • dropDownListSelectedTextStyle: when item is selected
  • includeIconOnTextInput if there is icon included in items specify to show the icon when an item get selected
  • searchAble: SearchBox included eg combobox like
  • searchPlaceHolder: searchable inputtext placeholder

Package Sidebar

Install

npm i react-native-universal-dropdownlist

Weekly Downloads

2

Version

1.0.9

License

MIT

Unpacked Size

56.3 kB

Total Files

7

Last publish

Collaborators

  • alen.toma