select2
select2 copied to clipboard
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
This pull request includes a fix for the search box not focusing immediately after the select is opened for clients using latest jquery v3.6.0 - [x] Bug fix - [...
According to https://github.com/select2/select2/issues/3279 the feature of opening the select2 search dropdown is not implemented in the newer version according to technical difficulties, but also because it does not reflect the...
Hi, I'm having this warning message _Added non-passive event listener to a scroll-blocking 'wheel' event._ it's refer to this line ` this.addEventListener( toBind[--i], handler, false );` How can we fix...
If initialize an select 2 object like below, when we unselect an item, the state.selected of that item in the templateResult is still `true`. ```js const data = [ {...
This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation The following changes were made - During `unselect` events, retrieve the HTML...
When using select2 with `dataAdapter`, the selected option cannot be deselected by clicking it again on list. If no `dataAdapter` option is used, it works fine, option can be deselected...
Feature-request Using v. 4.0.6 and any browser. When creating a custom matcher it seems to be impossible to use the internal stripDiacritics method. I would like it if this would...
To me, it would feel most natural if when using select2 in tags mode, the following behavior occurs: 1) User types text into select2 2) User focuses away (esp in...
I installed Select2 with npm and use webpack to bundle the JS files. My JS Code is as follows: ``` let select2 = require("select2") $(window).load(function () { $('select').each( function() {...
This pull request includes a - [x] Translation The following changes were made -New item translations are added for - removeItem