SearchableSpinner
SearchableSpinner copied to clipboard
Would be nice to be able to clear the selection and show the hint again
I can't figure out a good way to do this, but if I have a SearchableSpinner with a hint, then I use it to select an item (and then do things in my on selected) I'd like to be able to clear the selected item and return to displaying the hint.
https://github.com/PonnamKarthik/SearchableSpinner
I made changes to the library. Check it.
Hi @Karthik Ponnam, your link isn't working.!!
On 12 July 2017 at 15:02, Karthik Ponnam [email protected] wrote:
https://github.com/PonnamKarthik/SearchableSpinner http://url
I made changes to the library. Check it.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miteshpithadiya/SearchableSpinner/issues/32#issuecomment-314708809, or mute the thread https://github.com/notifications/unsubscribe-auth/AVrqwZd6L2DSruzMx-KFh7mbhLiQNpTFks5sNJKxgaJpZM4LUKbo .
I have made a pull request not yet merged
You open the link and download the code and place the library in the android project folder and compile the code. so you can use the new features in the code.
Hi Ponnam! I Still Unable to use clearSelection Method. can you share your code to implement it directly in our activity file.