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** In mobile view (chrome > inspect > iphone 12) i cant select first item sometimes. for example: https://choices-js.github.io/Choices/ Custom templates > i cant select angular. ( you...

bug

classNames not support multiple classes classNames: { containerOuter: 'choices', containerInner: 'choices__inner', input: 'choices__input', inputCloned: 'choices__input--cloned', list: 'choices__list', listItems: 'choices__list--multiple', listSingle: 'choices__list--single', listDropdown: 'choices__list--dropdown', item: 'choices__item', itemSelectable: 'choices__item--selectable', itemDisabled: 'choices__item--disabled', itemChoice:...

bug

searchEnabled not disabled and not hidden input yag

bug

## Description This fixes an issue where when passing in customProperties to a Choice would lead to render `[object Object]` instead of properly rendering JSON structure. ## Types of changes...

Polyfill.io is redirecting to malicious websites. This PR removes the optional and unnecessary polyfill.io usage.

The README recommends https://github.com/Choices-js/Choices/blob/5dbea2825a5887d88d6947443f4874bb7b84cc3a/README.md?plain=1#L1115 This is no longer considered safe to use. See: - https://polykill.io/ - https://twitter.com/triblondon/status/1761852117579427975 - https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk

bug

**Describe the bug** Clearing the choices will remove all ! Placeholder too. **To Reproduce** Steps to reproduce the behavior: 1. Create a Choice from an select with a placeholder (option...

bug

The width of the _choices__list_ element is limited to the width of the initial _div.choices_ and forces its contents to wrap. Is there a way to prevent this? It would...

bug