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

**Describe the bug** For some whatever reason it just does not search in the custom properties **To Reproduce** All Countries Afghanistan Albania Germany js --- const element = document.getElementById('country'); const...

bug

I have a select element where I change the text of an option. In normal time without a plugin this works fine just by using this piece of code: option.text...

feature request

Thanks for this awesome library!

I'm using custom properties (inline data attribute) to display a description and thumbnail image. This works fine on a regular select field. But when I add optgroup within the select,...

bug

**Describe the bug** When you press reset on a form, the chosen option remains visible...next to the default version **To Reproduce** Steps to reproduce the behavior: 1. Open https://choices-js.github.io/Choices/ 2....

bug

#1177 reports possible issue with webkit paste support. First step is tests to reproduce the issue. This will require testing webkit on MacOS, as it isn't replicating for webkit on...

if I use `.tl { overflow-x:auto !important; display:block; }` A video is attached. https://github.com/user-attachments/assets/a212b9cc-8df8-47e0-bd8a-546249e0e740

bug
need more info

**Describe the bug** The select list is not refreshed after pasting something into the input. ![MicrosoftTeams-image (5)](https://github.com/user-attachments/assets/a99c79c0-992d-49c4-bfed-8b6d0bf0aa81) **To Reproduce** Steps to reproduce the behavior: 0. Go to https://choices-js.github.io/Choices/ 1. Copy...

bug

**Is your feature request related to a problem? Please describe.** Not really **Describe the solution you'd like** I think that for select MULTIPLE and REQUIRED the option `minItemCount` would be...

feature request

**Describe the bug** I have select with options and optgroups mixed together, which is displayed as I want as normal select, but when I want to use choices.js it puts...

bug
feature request