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

Not working with API #92

Open surajrasaq opened 2 years ago

surajrasaq commented 2 years ago

TypeError: options.filter is not a function. (In 'options.filter(function (suggestion) { return suggestion.item.toLowerCase().indexOf(inputValue.toLowerCase()) > -1; })', 'options.filter' is undefined)

This error is located at: in SelectBox

muhammaddawood129 commented 2 years ago

TypeError: options.filter is not a function. (In 'options.filter(function (suggestion) { return suggestion.item.toLowerCase().indexOf(inputValue.toLowerCase()) > -1; })', 'options.filter' is undefined)

This error is located at: in SelectBox

did you find any solution?