UNPKG

react-native-searchable-dropdown

Version:
26 lines (20 loc) 839 B
[npm-badge]: https://img.shields.io/npm/v/react-native-searchable-dropdown.svg?colorB=ff6d00 [npm-url]: https://npmjs.com/package/react-native-searchable-dropdown [license-badge]: https://img.shields.io/npm/l/react-native-searchable-dropdown.svg?colorB=448aff [![npm][npm-badge]][npm-url] ![license][license-badge] # 1.1.1 * bud removed of text changes props # 1.0.9 * multi selection added * textInputProps by which you can pass all props of TextInput # 1.0.8 * ListView removed * listType prop removed * setSort props added by which you can filter data with your own callback * listProps by which you can pass all props of FlatList # 1.0.7 * resetValue prop can now be used * mispelled keyboardShouldPersist prop in render # 1.0.6 * listType prop added default will be FlatList or you can pass ListView