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...
When the tom-select component is created from an input field that can be autocompleted using the browser's built-in autocomplete (for example, selecting a country), tom-select behaves incorrectly. The following description...
### Bug description If `openOnFocus: false`, clicks don't open the select, neither does the key Space. Auto focus events are noise to a screen reader (jumping from document to element...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.11.0 to 22.12.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.12.1 22.12.1 (2024-06-26) Bug Fixes execution contexts might be created before previous is destroyed (#12666) (db642d1) reset...
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.1.2 to 7.0.3. Release notes Sourced from cssnano's releases. v7.0.3 Bug Fixes cssnano-preset-default: preserve SVG viewbox and title by default postcss-convert-values: preserve percent sign in arguments of...
### Bug description When answering a [question about tom-select performance in Stack Overflow](https://stackoverflow.com/a/78633725/1391963), I noticed there is a delay when searching. When not loading the data from a remote resource,...
### Bug description This may not be a bug, but ideally, I think the cursor should not be "pointer" by default. ### Expected behavior As this is a hybrid of...
### Bug description For some reason, it is 5px additional to the left: ``` .ts-wrapper.single .ts-control:not(.rtl):after { right: calc(.75rem + 5px); } ``` ### Expected behavior When I add the...
### Bug description This is specially visible on Firefox, because additionally, Firefox has a default opacity of less than 1: Tested on single fields only, in all browsers. ### Expected...
### Bug description I notice you have another commit where you added `preventScroll` Here is another place where it keeps scrolling my app. I've tested adding it here and it...
### Bug description I was trying to copy the original input classes to the ts-control element and found this solution... [https://jsfiddle.net/juL0s76z/](https://jsfiddle.net/juL0s76z/) but it is also copying it to the dropdown...