michaelprimez / searchablespinner

Searchable Spinner
Apache License 2.0
314 stars 102 forks source link

Pre load item into spinner edit text #31

Closed muhammadshahzad1977 closed 5 years ago

muhammadshahzad1977 commented 6 years ago

How can I load an item from searchable spinner into its edit box programatically?

michaelprimez commented 5 years ago

I've never try it but in theory you can. In the onItemSelected the callback method has a View view parameter that you can use to insert it in any other control.