srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

Option to hide search #13

Closed pniby closed 1 year ago

srivastavaanurag79 commented 1 year ago

@pniby please install the latest release react-native-paper-select@0.3.3

hideSearchBox => if true hides the search box, it's not a required key.

<PaperSelect .... hideSearchBox={true} />