chosen icon indicating copy to clipboard operation
chosen copied to clipboard

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.

Results 115 chosen issues
Sort by recently updated
recently updated
newest added

Summarize your issue here. ### Steps to reproduce Tell us how to reproduce this issue. 1. This is the first step 2. This is the second step 3. Further steps,...

The multi select should allow us to select more then items at once by holding the shift key, like the regular non enhanced version does.

Feature Request

If you have several empty options at the top, Chosen removes them all instead of just the first one. ``` html Text ``` The result when using Chosen on the...

Feature Request

Chosen v1.8.2 。when chosen v1.8.2 and jquery-1.12 .there select will move at last option.

Apparently in Chrome 45, the autocomplete attribute will not be respected. So, for multiple select with chosen, we have the auto-fill from Chrome... Very annoying! The workaround it's to use...

Icons, e.g. in selects, don't appear correctly for me. ### Steps to reproduce 1. Create a select or any element that has icons. 2. Look to icons As you can...

It would be nice if the SASS file used variables with default values for the colors, like this: ``` $chosen-color-text: #999 !default; ... .chosen-default { color: $chosen-color-text; } ``` This...

This is because when setting the width it will return 0. Using this technique works: http://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/ The code should check if the elmt.is(:visible) and if so use the above technique....

Bug
Sizing

If you use chosen on devices like an iPad, the search input element stays in focus when you close the dropdown, causing the keyboard to stay up. One solution i...

I am using Chosen to allow users to select their international dialling code as part of a telephone number field. My original select box has the actual dialling code as...