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...
sm / lg elements padded incorectly when having selected value
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.11.0 to 22.2.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.2.0 22.2.0 (2024-02-21) Features roll to Chrome 122.0.6261.57 (r1250580) (#11958) (70ad3b2) Bug Fixes deprecate isIncognito (#11962) (ceab7a9)...
When using the provided CSS, the error is thrown: ``` Error: "var(--ts-pr-min)" is not a number for `max' on line 26:18 of node_modules/tom-select/dist/css/tom-select.default.css, in function `max` from line 26:18 of...
Having two or more selects and programmatically focusing two after each other > DropDowns go crazy
To reproduce the bug issue, just have two selects and call the focus() method on each [JsFiddle](https://jsfiddle.net/cgoba20v/) Expected behavior: - focus first select and show dropdown - then focus second...
### Bug description The screen reader does not read the selected list when focus is removed from the dropdown and remains on the field ### Expected behavior When an item...
Hello, I have a problem with the dropdown. I use Tom Select with an API that already handles typos etc. But it seems that tom select excludes results that do...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @typicode in...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
### Bug description I'm not sure if this is considered a bug, but I found it confusing for my use case. I'm working with a TomSelect instance which queries a...
### Bug description When using tom-select in bootstrap5 modal, the drop-down box data will be blocked when selecting it. Setting z-index cannot solve the problem.   Can you help...