danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

Error during search #35

Closed AbidHasan95 closed 1 year ago

AbidHasan95 commented 1 year ago

When I am trying to search something, I am getting the following error.

undefined is not an object (evaluating 'item.value.toLowerCase')

AbidHasan95 commented 1 year ago

This is observed when a list of string is provided as data as list of objects.