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

Fix error when using `trim()` on an undefined value. ![image](https://github.com/user-attachments/assets/143ebe3a-9846-471d-a0cc-3f6ab9c271b9) I don't know if you guys accept [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) for browser compatibility. eg: ```js input.value?.trim() ?? '' ``` So I've...

For long items I can't click remove item button (x) ![image](https://github.com/user-attachments/assets/24a984a6-b2a7-42a6-83cd-46681d41ecbb) After PR is merged it will looks like ![image](https://github.com/user-attachments/assets/a3e93554-8eb6-40df-b227-2c7b6e6798f3)

### Bug description Hi folks, Finally migrating from `selectize.js`. I noticed the [Large Dataset Performance Demo](https://tom-select.js.org/examples/performance/) is a bit laggy on both add and remove. Also noticed when I use...

bug

### Bug description Updated from 2.3.0 to 2.4.0 - got this message in bworser console: "Uncaught TypeError: The specifier “@orchidjs/sifter” was a bare specifier, but was not remapped to anything....

bug
stale

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.26.0 to 7.26.9. Release notes Sourced from @​babel/preset-env's releases. v7.26.9 (2025-02-14) :bug: Bug Fix babel-types #17103 fix: Definition for TSPropertySignature.kind (@​liuxingbaoyu) babel-generator, babel-types #17062 Print TypeScript optional/definite...

dependencies
stale

### Bug description The issue is the browser password autocomplete always shows when the field gets focus input. the input tag has autocomplete=off attribute I can't say this; it's exactly...

bug
stale

### Bug description When a default option has the same value has another option that is selected, the default one is displayed instead of the one selected. This can be...

bug

This PR adds a new subfolder called `esm-bundle` to the `dist` folder. It contains bundled ESM files for use in the browser, they are built using esbuild.

stale

### Bug description When typing exactly an already existing option, it doesn´t get selectet on blur. ### Expected behavior [example on JSFiddle](https://jsfiddle.net/y38r6wxc/1/ ) ``` AA AB ``` - Type “BB”...

bug

### New - select all options of an optgroup by clicking on the group - new setting `focusOptionOnOpen` - new setting `closeOnInputClick` - single select: order of native options should...