tom-select
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...
Fix error when using `trim()` on an undefined value.  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)  After PR is merged it will looks like 
### 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 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....
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...
### 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 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...
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.
### 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”...
### 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...