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 102 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)