Open appCreator151 opened 3 years ago
How can I display the only a list with search functionality. I want to remove dropdown functionality. Is it possible ?
edit node_modules/react-native-multiple-select/lib/react-native-multi-select.js like below.(set selector true)
constructor(props) { super(props); this.state = { selector: true, searchTerm: '' }; }
How can I display the only a list with search functionality. I want to remove dropdown functionality. Is it possible ?