miteshpithadiya / SearchableSpinner

Spinner with searchable items.
672 stars 244 forks source link

How can i hide keyboard ? #99

Open jatinbsa opened 5 years ago

jatinbsa commented 5 years ago

Hello ,

how can i hide keyboard when open search spinner dialog?

c0dehunter commented 5 years ago

I also want to hide it at the beggining.

HiteshSynram commented 5 years ago

Hi there, Just add style on your spinner and in that style code just android:focusable to false it will hide your keyboard at first at time of dialog opens..

CleatonPais commented 4 years ago

Hi there, Just add style on your spinner and in that style code just android:focusable to false it will hide your keyboard at first at time of dialog opens..

I tried it does not work keyboard still show up when the spinner selected

CleatonPais commented 4 years ago

I found the issue was with the phone I was developing and testing on moto phone that was bringing up the keyboard. I tested on another moto phone as well and keyboard poped up I tried other phones as well like Samsung, Redmi, Letv they did not require additional styles or code