tom-select icon indicating copy to clipboard operation
tom-select copied to clipboard

Tom Select is a lightweight (~16kb gzipped) hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Us...

Results 102 tom-select issues
Sort by recently updated
recently updated
newest added

After installing via "yarn add tom-select", I'm getting the following error locally and while attempting to push to Heroku. In reviewing the scss files under node_modules, it appears variables in...

bug
stale

**Describe the bug** Bootstrap theme doesn't respect Bootstrap color schema. **To Reproduce** 1. Go to https://jsfiddle.net/Kolyunya/L4u8xptg/2/ 2. See theme background color is black. 3. See Bootstrap select background is black....

bug

src/scss/tom-select.bootstrap5.scss set $select-color-text and $select-color-item-active-text to '$input-color' as text, rather than hard-coded hex values tweak $select-color-item so that it is OK both in light & dark mode define $select-color-dropdown-item-create-text as...

stale

**Describe the bug** When using the option `selectOnTab`, the focus is not set to the next input. To jump to the next input, an additional 'tab' is necessary. **To Reproduce**...

bug
stale

**Describe the bug** When remote data is used, the animation for the spinner keeps restarting when writing the search term. I believe it is because the spinner is reinserted with...

bug

### Bug description When Tom-select is used with _dropdown_input_, NVDA does not announce the selection, instead is says "blank". This means I'm unable to understand what is selected when using...

bug
stale

The docs state that maxOptions can be number or null,. This code: ```ts this.ProductSelect2 = new TomSelect(exampleSelectInput, { maxOptions: null }); ``` Currently generates an error since settings.ts defines it...

### Bug description I am using `controlInput: null` to completely disable option filtering. This works fine if you have ``s that have values: https://jsfiddle.net/zab13pxL/ However, as soon as there is...

bug

### Bug description When compiling Parcel, it throws an error: Process finished with exit code -1073741819 (0xC0000005) tom-select.bootstrap5.min.css The minified version can be compiled.. ### Expected behavior It shouldn't cause...

bug

### Bug description I have a project that uses `webpack ^5.72`, `bootstrap ^5.3`, `stylelint ^15.7`, `tom-select ^2.3` (and other additional dependencies). In my entry files, primarily the styles file, I...

bug