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. Place regular select box into a div which has overflow-y: auto and relatively small height. Click on a select box to open it. If the...

Hi, I am using chosen plugin for drop down values. On selection of one of the drop downs I update values for other drop downs. This works fine until I...

Hi. I can not seem to get this to work. What I want is to put focus to an input field based on selection on chosen powered select element. Here's...

Bug
Has Solution

Hi Team please help me to hide Drop down on focus

It would be useful to be able to hook into the updating of search results, by triggering a `chosen:filter` or similar event when `Chosen.prototype.update_results_content()` is called. This would allow mutation...

Feature Request

Hello I have my select: select chosen name="entyId" ng-model='x.entity.entutyId.id' placeholder-text-single="'Select one item, please'" ng-options='item.id as item.value for item in x.entityList' class="chosen-select form-control" required> /select> After chose an item and finally...

I have a multi select that utilizes the hide_results_on_select = false feature, so it stays open when an option is selected. This is a nice feature addition, but I would...

When i am applying chosen to 100+ drop downs containing 5 option values, at that time it is taking more than 5 seconds to execute the chosen() statement. I am...

This is FR because I didn't find option in documentation. ### Expected behavior I would like to mark a jquery-chosen aplet with other color when page loaded and remove that...

I am using chosen plugin in my rails application and its throwing me an error for not finding chosen.sprite.png and [email protected]. Steps followed: npm i chosen-js #Gemfile source 'https://rails-assets.org' do...