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. Type something into the search input; 2. Modify the select contents; 3. Trigger "chosen:updated" event; 4. Search input is cleaned as well (shouldn't); ### Expected...

I'm using Chosen and its great! More, i would like you to allow user to keep custom text if value not found from dropdown lists. This is one of the...

i followed [https://www.youtube.com/watch?v=z3ViZ6XA884&ab_channel=CodAffection](url) , but when i wrote ` $(function () { //normal DropDown $("#normalDropDown").chosen(); });` the dropdown doesn't changed. I used bootstrap in my solution, the scripts were loading...

I need to **dynamically populate a list of options into chosen drop-down from a server - as user types**. Ajax part of it (jQuery requests sent to ASP.NET MVC controller)...

When chosen is initialized on a select input, it adds [style="display:none"] to the select tag and creates the various div tags it needs, as follows. ``` html ... ``` This...

Feature Request

### Summary Fixes issue #2075 by not setting `display: none` and instead leaves the element focusable for browsers that implement client-side validation. Please double-check that: - [x] All changes were...

Hi there I hope you're well team Chosen. I've encountered problem with reselecting option after using back button in Chrome. ### Steps to reproduce Have a Chosen select in a...

### Steps 1. ` _react2.default.createElement( 'select', { name: 'account', className: 'accountSelect chzn-select form-control', defaultValue: this.state.account, // onChange: this.onChangeAccount}, onChange: $(".chzn-select").chosen().change(this.onChangeAccount)}, accountNodes ),` 2. ` onChangeAccount: function onChangeAccount(e) { $(".chzn-select").trigger( account...

How to get the count of selected items in multiselect field? OR How to validate if at-least one option is selected in multiselect field?

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,...