Choices
Choices copied to clipboard
A vanilla JS customisable select box/text input plugin ⚡️
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...
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...
**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...
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...
## Description Minor text change to the maxItemText message for maxItemCount === 1 ## Screenshots (if appropriate) ## Types of changes - [ ] Chore (tooling change or documentation change)...
**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...
It appears that when using `setChoices()`, you can't set a placeholder for Select fields? Any support on that front would be greatly appreciated!
` 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:...
**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...
## 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...