sauzy34 / react-native-multi-selectbox

Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user interface & user experience on both platforms.
https://www.npmjs.com/package/react-native-multi-selectbox
MIT License
212 stars 32 forks source link

How to remove search box? #65

Open jejeeun opened 3 years ago

jejeeun commented 3 years ago

I want to remove search box, any help please..

image

TomasBalaguer commented 2 years ago

inputFilterContainerStyle={{ display:'none' }}

miguel-martinez-6661 commented 2 years ago

@jejeeun You could use hideInputFilter!! Hope this help you.