SearchableSpinner icon indicating copy to clipboard operation
SearchableSpinner copied to clipboard

Would be nice to be able to clear the selection and show the hint again

Open DaveSanders opened this issue 8 years ago • 4 comments

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.

DaveSanders avatar Dec 22 '16 16:12 DaveSanders

https://github.com/PonnamKarthik/SearchableSpinner

I made changes to the library. Check it.

ponnamkarthik avatar Jul 12 '17 09:07 ponnamkarthik

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 .

Naresh5 avatar Jul 12 '17 09:07 Naresh5

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.

ponnamkarthik avatar Jul 12 '17 10:07 ponnamkarthik

Hi Ponnam! I Still Unable to use clearSelection Method. can you share your code to implement it directly in our activity file.

sanakalam avatar Feb 13 '20 08:02 sanakalam