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
Hello guys, I did a quick search and haven't found this bug raised but apologies in advance if it is already there and I missed it.
Steps to reproduce
Click on the empty box
Select an item
Type one character
Remove the selected item by clicking on the X
Expected result: the user is able to type a new filter. Maybe also the options panel can be collapsed
Actual result: the focus is lost so the user is not able to type a new filter, the only way to use the control again is by clicking somewhere else on the page
@sebastian-ilari Seems legit! Thanks for the report -- I can reproduce.
However, the last bit:
On Chrome clicking on the empty input doesn't return the focus back to the control
That's actually not true -- you're just clicking too far to the right :) You just re-found #1729. If you click a bit further to the left, it will re-focus as expected.
Hello guys, I did a quick search and haven't found this bug raised but apologies in advance if it is already there and I missed it.
Steps to reproduce
Expected result: the user is able to type a new filter. Maybe also the options panel can be collapsed
Actual result: the focus is lost so the user is not able to type a new filter, the only way to use the control again is by clicking somewhere else on the page
This issue can be reproduced on the multiple select version of the demo page https://harvesthq.github.io/chosen/
I have noticed a slight difference between browsers:
On Chrome clicking on the empty input doesn't return the focus back to the control although on IE it does
Thanks!!!
The text was updated successfully, but these errors were encountered: