Choices
Choices copied to clipboard
A vanilla JS customisable select box/text input plugin ⚡️
**Describe the bug** I use Choices.js select components inside a local project with Form.IO. I tried to use the search functionality of the control, but I found out a major...
I change select2 into choice js since select2 has issue on the focus in Laravel Livewire. I tried to initialize choice.js globally in app.js but I got this error. `Uncaught...
I have an empty dropdown that I need to populate with choices retrieved from server. This is the DOM ```html --------- ``` and this is the script ```html $("#id_birthday_country").change(function ()...
**Describe the bug** The selected option is not the highlighted choice when you initialize a select and view the choices. This is the way the native select works and what...
Using `setChoiceByValue` selects the item, but does not highlight it. How can I highlight some item and also select the first item from the store?
**Describe the bug** The required attribute is a boolean attribute. When present, it specifies the user is required to select a value before submitting the form. **Expected behavior** If present...
**Describe the bug** If a select has the disabled attribute set in the original HTML code before Choices is created all options remain disabled after a call to .enable(); **To...
**Describe the bug** Version 10.1.0 not contains setChoiceByValue updates in yarn. It caused error like: Argument of type 'string | string[]' is not assignable to parameter of type 'string'. **To...
**Describe the bug** I noticed behaviour in a choices enhanced select inside bootstrap modal. If I open a normal select and press `Esc` - the select box hides, but if...
Hi, thank you for the cool widget! found a bug: `setChoices` with replaceChoices = true and preselected choice in the data leads to nonsense duplicated value: ```html ``` ```js const...