-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Selection Dropdown] Disappearing selected option after entering and removing the incorrect text into search field #2824
Comments
Thanks for the clear test case and steps, I can confirm this is a bug. |
Fixed in |
I checked solution commit "c9a26af" of the branch "next" and not everything is correct. The message "No result found" is not displayed, but still there is a problem with the selected item when you type some text in the search box.
|
…em and not re-display on cleared filter. Additionally fixes issue with forceSelection not working on pageLosesFocus #2824
Thanks I appreciate your thoroughness in testing. It really helps out when I'm juggling issues. Here's a fixed fiddle from |
Problem: Disappearing selected option after entering and removing the incorrect text into search field
JSFiddle: http://jsfiddle.net/eLhfshsp/2/
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36
How to reproduce on JSFiddle:
Now you see only one language and the message "No result found" on the dropdown lists.
This same issue occurs when I'll define a default value for the hidden field.
JSFiddle: http://jsfiddle.net/eLhfshsp/3/
The text was updated successfully, but these errors were encountered: