94875679f8
This fixes an issue where the dropdown would not automatically open when something was typed in the search box on a multiple select. This was most noticeable when the dropdown closed and the search box was focused and the user started to type, as the text would appear in the search box, queries would be sent out to retrieve results, but the dropdown would not be opened to display the results. This also fixes an issue introduced in a recent commit where search queries would be sent out twice on modern browsers that supported both the `keyup` and `input` event. The `keyup` event is now properly debounced for these browsers and the queries are only going out once. This closes https://github.com/select2/select2/issues/3036. |
||
---|---|---|
.. | ||
i18n | ||
select2.amd.full.js | ||
select2.amd.js | ||
select2.full.js | ||
select2.full.min.js | ||
select2.js | ||
select2.min.js |