Choices icon indicating copy to clipboard operation
Choices copied to clipboard

A vanilla JS customisable select box/text input plugin ⚡️

Results 223 Choices issues
Sort by recently updated
recently updated
newest added

## Description Fixed the bug #819 Removed the listeners added in this.containerOuter.element to allow shadow dom. ## Types of changes - [ ] Chore (tooling change or documentation change) -...

## Description Fixed the bug #806. Added to the input element the focus() function. It solves the problem that the focus get lost after a remote search. ## Types of...

## Description This fixes bug with options inside optgroup not picking up the correct customProperties. ## Types of changes - [ ] Chore (tooling change or documentation change) - [...

Hey guys, Firstly, I would like to say thanks for all of your hard work! 👏 This is a great plugin and I appreciate everyone who has put in the...

feature request
accepting PRs

hi, i have html select ``` Test1 Test2 Test3 ``` i try get data-custom-properties after change ``` document.querySelectorAll("select[name=operation]").forEach(function(element) { element.addEventListener("change", (event) => { var show_droplist = event.target.selectedOptions[0].attributes; console.log(show_droplist); }); });...

bug
accepting PRs

Is there a way to stop it removing the words you have typed in when selecting? See example: ![ezgif-7-7c63ef18be83](https://user-images.githubusercontent.com/2000191/141260568-f80602f3-30c5-4751-94c2-205bcfe62466.gif) I typed "information", and I wanted to select the item, and...

feature request
accepting PRs

I really like this library, but there is one unpleasant thing for me - clearing the `` as a result of the library. What prevents future improvements and maintenance through...

accepting PRs

I use choices.js as a autocompleter. I don't want it to add a tag when user click on the choices. Can I capture the event from those choices in order...

stale
accepting PRs

**Describe the bug** Since #617 is not possible to have an empty value in multi-select. **To Reproduce** Steps to reproduce the behavior. Create a multiselect field with: ``` All 1...

bug
accepting PRs

**Describe the bug** The demo page should be check for color contrast and have accessibility issues fixed. **To Reproduce** If you go here joshuajohnson.co.uk/choices/ Run https://wave.webaim.org/ on it and you...

bug
accepting PRs
good first issue