You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In email completeView, type "ma". Dropdown list will appear, then select the first item. The dropdown will be dismissed
Click on the completionView again. The dropdown is appeared as if filtered by "ma", although user didn't type anything. The only way to reset full dropdown list is type some random character, then delete it.
If you know any way to walk around this. Please advise :) Thank you
The text was updated successfully, but these errors were encountered:
I think you should be able to work around this by calling performFiltering("", 0) in your subclass or calling adapter.getFilter().filter("") on your adapter, which should reset the list.
This can be reproduce by ExampleActivity:
If you know any way to walk around this. Please advise :) Thank you
The text was updated successfully, but these errors were encountered: