michaelprimez / searchablespinner

Searchable Spinner
Apache License 2.0
314 stars 102 forks source link

Spinner selection dialog not closed when we moved to next screen #35

Closed jestopaul closed 5 years ago

jestopaul commented 5 years ago

In my app i have 3 screen .First screen i am implement searchable spinner .Then search some keywords in popup window .shows some searchable result.Then i am not selected any item .Popup still showing.Then i moved to second screen,but spinner popup showing there. Not closed automatically. How to manage it? Please help.

gustinoco commented 5 years ago

Use the property mSpinner.hideEdit(); when advance screen. If you open Spinner and use the button onback, use hideEdit() in onDestroyView.