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

A simple change to speed up rendering when there are lots of select drop down to conver to select-chosen ### Summary Provide a general description of the code changes in...

Or any active fork that is known?

Option _allow_deselect_all:true_: - If more than 1 item is selected show a little cross in the bottom right corner to deselect all Option _allow_select_all:"Select All"_: - If there are more...

Feature Request

I noticed the same thing. I applied a similar hack to @matt-tyas: $('.chzn-container').each(function(i){ $(this).closest('div').css('z-index', 999-i); }); Having the overlap issue. I added the solution by phrischybar but nothing is changing....

Good afternoon! I can not add this plugin to wordpress, it gives an error. **Yes, there was a similar thread where the answer was given:** https://github.com/harvesthq/chosen/issues/2353 Quote: > _"Chosen isn't...

Just linking back to this discussion about accessibility & Chosen from the Drupal Community. http://drupal.org/node/1271622#comment-4962028 Lots of nice usability enhancements in Chosen.

Feature Request
Accessibility

Summarize your issue here. ### Steps to reproduce Tell us how to reproduce this issue. I want to disable the deselect on backspace press Additionally, please link to a working...

### Option adding You can specify a `create_option` option, which can be a boolean or callback function. Example for allowing adding of new items: ``` javascript $(function() { $(".chzn-select").chosen({ create_option:...

Is it possible to add a option in which i can give a array with values that cant be unselected by chosen? I actualy had a case and coded a...