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
When making a selection with the mouse pointer, a normal select box chooses the item you're on when the mouse button is released (which can be different from the item you're on when the mouse button is pressed down). This behavior is the same in a Chosen select box as well (nicely done!). However, when pressing the mouse and dragging it to another item, the text of the items you drag past is selected.
This can be prevented by simply adding the following CSS to the .chzn-container .chzn-results li selector:
When making a selection with the mouse pointer, a normal select box chooses the item you're on when the mouse button is released (which can be different from the item you're on when the mouse button is pressed down). This behavior is the same in a Chosen select box as well (nicely done!). However, when pressing the mouse and dragging it to another item, the text of the items you drag past is selected.
This can be prevented by simply adding the following CSS to the
.chzn-container .chzn-results li
selector:Also, thanks for such an awesome library!
The text was updated successfully, but these errors were encountered: