zubairpaizer / react-native-searchable-dropdown

Searchable Dropdown
148 stars 98 forks source link

clear inputfield #8

Closed Tobbb closed 5 years ago

Tobbb commented 5 years ago

resetValue doesn't seem to work for reseting the inputfield, after fetching new data the inputfield still have the old data in it, is there a possible solution for this?

arjayosma commented 5 years ago

There's a resetValue prop, which can be set to TRUE or FALSE, but checking the source code, I can't seem to find it being used for resetting the input text.

EDIT: I have submitted a PR for this one.

https://github.com/zubairpaizer/react-native-searchable-dropdown/pull/9