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

Hello community! I'm wondering if anyone also experiences the issue of using choices.js with turned-on Adjax-history on Drupal view? I encountered the problem that once after selecting a value in...

bug

I didn't seem to find any option to create a item, when I'm using the ``, it is possible using ` `but there is no dropdown where I can select...

feature request

**Describe the bug** Drupal 9. We use Choices for our `select` on the ajax form. When I unselected the item - the ajax does not reload and we can see...

bug

Is there an option or solution to get search input from dropdown elements, such as in select multiple, but in select single? Now in single select, we have to open...

feature request

## Description Minor text change to the maxItemText message for maxItemCount === 1 ## Screenshots (if appropriate) ## Types of changes - [ ] Chore (tooling change or documentation change)...

changes required

**Is your feature request related to a problem? Please describe.** I am currently trying to implement a simple dark theme to this framework but am very new to CSS and...

feature request
accepting PRs
good first issue

It appears that when using `setChoices()`, you can't set a placeholder for Select fields? Any support on that front would be greatly appreciated!

bug

` const options = [{ value: item.id, label: item.name, customProperties: { content: item.content } }]; new d_type = new Choices({ searchEnabled: false, removeItems: true, removeItemButton: true, shouldSort : false, allowHTML:...

feature request

**Describe the bug** On iOS Firefox (it's okay on) the options disappear once the virtual keyboard disappears. It's an issue because sometimes you need to scroll the page to see...

bug

## Description This is essentially a refactor of https://github.com/Choices-js/Choices/pull/525 I feel that this feature is important. I feel that the original was never merged in because of the amount of...