zubairpaizer / react-native-searchable-dropdown

Searchable Dropdown
148 stars 98 forks source link

Minor improvements #1

Closed techieyann closed 6 years ago

techieyann commented 6 years ago

This has been a very useful package for me, I just had two issues with it which this PR fixes:

  1. After initially filtering and selecting an item from the list, the text input clears on focus but the list remains filtered. This isn't intuitive to the user.
  2. I had to set an unnecessary onTextChange function prop as I only need to capture when the user selects an item from the list
zubairpaizer commented 6 years ago

Thanks @techieyann