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 140 tom-select issues
Sort by recently updated
recently updated
newest added

Fixes for bugs in PR #583 The styles were not taking effect properly due to my lack of understanding of the `rtl` class. Should be fixed in this PR (tested...

**Describe the bug** When the user select a choice, he is not able to copy the value he selected. Especially when the field looks like a text input, some users...

bug

This change allows for an empty option that does not necessarily have a `value=""`, but any specified string.

stale

is it possible to disable the auto resize autogrow / shrink behaviour for ?. I just want to set the dropdown to the maximum option length and keep it that...

bug

**Describe the bug** When popper is used to position the dropdown and the dropdown_input plugin is used the page scrolls to center the dropdown when it opens. Popper is added...

bug

### Bug description The dropdown input doesn't have any description if the placeholder attribute of the select element isn't set. ### Expected behavior What about adding a default `placeholder` attribute...

bug

### Bug description May or may not be same as #561, but still present on bs 5.3.2 + tom-select 2.3.1 Bootstrap installed as [twbs-gem](https://github.com/twbs/bootstrap-rubygem) on rails 7 with importmaps and...

bug

### Bug description Using tom select 2.3.1 with IOS17, noticed that the using the dropdown_input plugin the input is no longer focused, and the keyboard don't get trigger. Any solutions...

bug

### Bug description `initialize` seems not to be fired when used in a specific integrational way. I use Tom Select trough direct integration in [EasyAdmin bundle for Symfony ](https://github.com/EasyCorp/EasyAdminBundle). I...

bug

After the form is validated, the icons overlap. ![image](https://user-images.githubusercontent.com/19430358/196147871-d35be163-d4a5-4d3e-82f1-ae5c05d00a2b.png) **To Reproduce** Add clear button plugin and then validate the form on submit. https://tom-select.js.org/plugins/clear-button/ **Example** https://jsfiddle.net/chaczyk/3oskyx2b/ **Expected behavior** Display a button...

bug