JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

filterData first check if overwrite from props #53

Open biskis opened 2 years ago

biskis commented 2 years ago

On filterData method first, it should check if there is an overwrite of the method, and after that do the default checks. So it can be overwritten even for an empty query.