chosen icon indicating copy to clipboard operation
chosen copied to clipboard

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

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

Jaws doesn't read Select properly it read it "type and text"

It works just fine few days ago, but now when i search word from middle sentence, i can only search one word instead of few word with space separator. for...

Sorry for the bad english on a non minified archive set this new prop AbstractChosen.prototype.escape_regexp = function (querryEntered) { var querryEscaped = querryEntered.replace(/([.?_+^$[]\(){}|-])/g, "\$1"); querryEscaped = querryEntered.replace(/[-[]{}()_+?.,\^$|#\s]/g, "\$&") //arruma os...

The website http://julesjanssen.github.io/chosen/ lists outdated event name 'liszt:updated', whereas the correct version is now 'chosen:updated.chosen'. Thanks for a great plugin, otherwise!

Hi, i use Chosen on Joomla 3.x with jQuery default library. When i perform a selection, how can i select the related html OPTION value ? In fact in ".chzn-single"...

You have these changes made in minified file but not in chosen.js

I use the first option in a select as a placeholder (with an empty value) e.g. ``` Please select... First option ``` When I enable Chosen, then Chosen's default placeholder...

On your public example page, if you search for "british indian ocean" you'll get the one result. If you search for "indian", you also get that result. However, if you...

I deployed my app to Heroku and everything except for the Chosen plugin works. Can you please let me know a workaround to fix this issue so that my app...