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

We use Chosen for a web app. I know this is deprecated but it looks like our form field values no longer sync between the input field and the chosen...

Chosen puts the Placeholder text into the `value` attribute on the input elements, instead of in the `placeholder` attribute. It still renders as though it was a placeholder. I'm using...

Fixes https://github.com/harvesthq/chosen/issues/3133 ### Summary * Switched placeholder text from `value` attribute to `placeholder` attribute on `input` element. Please double-check that: - [x] All changes were made in CoffeeScript files, **not**...

Summarize your issue here. ### Steps to reproduce Tell us how to reproduce this issue. 1. I have used the jquery chosen plugin in the ruby on rails application. 2....

The menu get truncated if the dropdown at the end of the page, I fixed this issue by calling setMenuLocation function from the end of fucntion " AbstractChosen.prototype.winnow_results " if...

Anybody has same problem? Unable to preventDefault inside passive event listener invocation. ![Snímek obrazovky 2023-11-09 164039](https://github.com/harvesthq/chosen/assets/4818430/47d11c65-b6e2-495e-8b72-b717a6622463)

Hello, in the documentation and in the demos I can't find the way that the select allows to print html inside the options, is this possible? ``` How are you...

Hello, if we have default chosen select list with search bar - on android Chrome thats dont work. Also data-placeholder dont work on Chrome Android, can You fix that ?

Hello, after updating jQuery to 3.6.0, focus does not work after opening and you have to manually click on the search box.

Update 2016-10-06: This PR, while still open, is not currently being considered for merge. I need this on several projects and I want to reference the built package so that...