Choices
Choices copied to clipboard
A vanilla JS customisable select box/text input plugin ⚡️
**Describe the bug** In Safari dropdown doesn't close after selection, or it leaves behind an empty space the size of a dropdown. **To Reproduce** Steps to reproduce the behavior: 1....
## Description The previous check using `instanceof` fails in case the Choices.js component is rendered in the `top` frame while the JavaScript actually using Choices.js is in an iframe. The...
**Describe the bug** Disclaimer: To be honest, this is a kinda special setup. I have a modal window whose content contains a `select` field that is used to initialize Choices.js....
**Describe the bug** I use Turbolinks in my app, so I need to destroy Choices instances everytime before Turbolinks caches the page. But when I destroy Choices instance on select...
I have a form with some filters that make an ajax request to display a table. When I want to reset the filters ( $("#filter-form").trigger("reset");) all the select elements created...
This has already been requested in #413, but a bot closed it due to being stale. The library is missing 2 crucial methods to remove or add choices programmatically. A...
The library used works if every `` is in a `` but has a bug when some are nested and some are not. This will work: ```html London Manchester Paris...
## Description ## Types of changes - [ ] Chore (tooling change or documentation change) - [ ] Refactor (non-breaking change which maintains existing functionality) - [x] Bug fix (non-breaking...
## Description Document implement Option "uniqueItemText" and "customAddItemText" ## Types of changes - [x] Chore (tooling change or documentation change) - [ ] Refactor (non-breaking change which maintains existing functionality)...
**Describe the bug** Option searchable by custom properties via data-custom-properties attribute doesnt work. ERROR: value.trim is not a function **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Option...