react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Cannot read property 'indexOf' of undefined, js engine: hermes in search
You need to pass searchField attribute with on which you want to search. as below
ex. I want to allow search on lable, I have passed label as value of searchField
`<Dropdown
search
maxHeight={300}
minHeight={100}
labelField="label"
valueField="value"
searchField="label"
/>`
I hope this helps
https://github.com/hoaphantn7604/react-native-element-dropdown/issues/54#issuecomment-1079614091