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...
### Bug description When the dropdown input plugin is used, it puts the label on the `ts-control` div rather than the input field. This causes issues when the field is...
wraps checkbox and option in a container and adds display:flex to option. this prevents weird option text wrapping in compact selects. | before | after | |---|---| | | |
I believe this fixes #683, where I noticed that a SASS variable didn't get replaced in the package's `dist` file output. I haven't used SASS/SCSS in a while so I...
### Bug description I noticed that in the package's `dist/css/tom-select.default.css` file, the following CSS was present, which I believe is invalid: ``` .ts-wrapper.multi.has-items .ts-control { padding-left: 5px; --ts-pr-min: $padding-x; }...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 24.0.0. Release notes Sourced from jsdom's releases. Version 24.0.0 This release reverts our selector engine back to nwsapi. As discussed in #3659, the performance regressions...
### Bug description The documentation provides the following function assignment for the `create` setting: ```javascript create: function(input){ return {value:input,text:input} } create: function(input,callback){ callback({value:input,text:input}); } ``` However, when trying to use...
**Describe the bug** Bootstrap 5 has floating inputs, tomselect doesnt seem to recognize them. **To Reproduce** Create an example on JSFiddle, CodePen or similar service and outline the steps for...
### Bug description Despite trying multiple setting for `maxOptions` (I've tried `null`, `false`, `''`, and even an integer of `500` & `1000000` and my dropdown field for my site is...
### Bug description Can I create a basic dropdown without enabling the search option? I have only a limited number of options in my dropdown select, and the design gets...
### Bug description In my 11ty project I import scss files from `dist/scss/tom-select.bootstrap5.scss` and compile with dart-sass. I found when `$select-width-item-border` is 0 compiler throws error and exit. This error...