This has been a very useful package for me, I just had two issues with it which this PR fixes:
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.
I had to set an unnecessary onTextChange function prop as I only need to capture when the user selects an item from the list
This has been a very useful package for me, I just had two issues with it which this PR fixes: