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

When navigating the screen using tab and other keyboard shortcuts, the search becomes unavailable to focus if the dropdown is open using the directional keys (arrows). **To Reproduce** Steps to...

bug

How to add an Item [(see terminology](https://github.com/jshjohnson/Choices#terminology)) programmatically ? I need to use it, when user clicks something outside choices container.

## Description Adds new `clearItems` method that can be called when using `setChoices` by passing the `replaceChoices` argument. Fixes #751 and #773. ## Screenshots (if appropriate) ## Types of changes...

bugfix

Suppose I initialize a library with parameters: ``` const instances = multipleSelect.map((element) => { let init = new Choices(element, { searchEnabled: true, itemSelectText: '', removeItemButton: true, shouldSort: true, noChoicesText: 'None'...

**Describe the bug** The highlightItem event always shows the dropdown. I'd like a reliable way to always hide dropdown when this event is triggered. **To Reproduce** I have a multi...

bug

**Is your feature request related to a problem? Please describe.** We would like to hook into the moment a user types something in the search field, but before the search...

feature request

I am having to issues validating the code and I don't know how to do it with choices. 1. ARIA items do not have accessible names 2. Elements with an...

feature request

**Is your feature request related to a problem? Please describe.** I have a requirement where I render the selected items using custom templates and the associated markup internally has UI...

feature request

Hi! I am using Choices as autocomplete, and when the user types some text in the search input the choices are loaded with an AJAX request (using the "search" event)....

bug

Hi, First, many thanks for this component ! I'm not sure it's a bug but when dropdown is hidden, it still makes the height of the parent as tall as...

bug