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

**Describe the bug** I am using Tomselect in an environment where users can switch their locale. Some of them are right-to-left, like Hebrew. Currently RTL is kinda broken visually. You...

bug

**Describe the bug** When I'm inporting tom-select.bootstrap5.scss or even tom-select.scss and I'm using with Bootsrap 5 everyting is working well until I start to use CSS variables for certain elements,...

bug

**Invalid layout for input group** Using input group style, the button on the left and right are not aligned when texts are in multiple lines. **To Reproduce** - Create a...

bug

**Describe the bug** When using `clear button` and `remove button` plugins together with a multiple `select` row, clear button is not well placed and cannot be differentiate with other remove...

bug

# Before The default CSS "right" attribute for a single clear button is a `calc(2.75rem - 5px)` which makes the clear button stay too far from the right border. #...

**Describe the bug** Using Voiceover on Safari, a user doesn't hear the options in the select, makes the select all but unusable. **To Reproduce** 1. https://tom-select.js.org/ on Safari/MacOS 2. Turn...

bug

This is more of a sanity check question than a bug per se. In Bootstrap's select documentation, they always apply the `form-select` class, even in the case of a multiple...

bug
awaiting more info

**Describe the bug** I would like to use TomSelect without plugins in Typescript, but I'm unable to make it work. When using `import TomSelect from 'tom-select`, it uses the complete...

bug