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

### Steps to reproduce 1. Select some option in Chosen 2. Remove value via code `select.val('').trigger('chosen:updated');` 3. Press Tab key to go to the next form item 4. Chosen value...

I need code to change chosen textbox background color.

Hello, There is a way to add the 'remove-choice' (the X) next to each results ('result-selected') in the chosen-results list? Thank you very much :)

support for boostrap 4 please my code ``` Categorie Selecteer een categorie

I am trying to do a multiselect with optgroups, where some of the options will appear more than once. Ideally I would like all instances of the option to be...

With normal html select elements, you can specify the width of the select in css very easy: select {width: 220px;} Even if you do this, then the width of the...

Feature Request

This is not a bug, but rather a suggestion. It would be nice if chosen had a configuration option to use plain select box' "placeholder" attribute value instead of "data-placeholder"....

As reported in issue #2543 - Scrolling is still very jerky when using the mouse wheel in firefox. ### Steps to reproduce I used the latest FF for Mac (currently...

Firefox

With chosen and jQuery 3.2.1 searching without the open dropdown works fine. With jQuery 3.4.1 it doesn't work anymore. Your demo-site https://harvesthq.github.io/chosen/ uses jQuery 3.2.1! ### Steps to reproduce Tell...

Is there a way to filter records by optgroup name ? There is a radio button list control with values US and UK. I want to filter drop down based...