Kevin Brown-Silva

Results 148 comments of Kevin Brown-Silva

> * Maybe-controversial: removes some special-case handling for multi-select controls Yeah those are too controversial to roll in here. We intentionally don't have single-select elements issue `unselect` because that'd always...

I am likely going to spin a new `ajax-tests.js` module out of this and move this test into it, since we don't currently have good tests around AJAX handling and...

Good call on checking the license, thank you for switching back the unselect changes. This looks good to go from a high level, so I'll mark it for my next...

Yup, this is a feature request. Here's a quick explanation of why we can't universally do this. `minimumInputLength` tells Select2 to not kick off a query for results unless X...

I'm wondering if it would make sense to apply this fix within [`SelectAdapter._normalizeItem`](https://github.com/select2/select2/blob/4de1d236e602149a5c78d35899b49b3989b94107/src/js/select2/data/select.js#L252), likely by calling `_normalizeItem` on all of the children recursively if `data.children` is present (something I didn't...

We need a way to consistently reproduce this and/or a page where the public can try to reproduce it at. I would also encourage you to upgrade to the latest...

As with most other things, this is an open source project and I'll gladly review pull requests for improving the documentation.

The scrolling should only be disabled when the dropdown is open (to prevent the dropdown from going out of alignment, similar to what browsers do normally). If you're finding it's...

I would absolutely love to get rid of the dependency on jQuery! But unfortunately there's a lot of ground to cover and only one of me, so I'm willing to...

Select2 is unfortunately not built on TypeScript (honestly I wish it was), but instead of AMD-compatible JavaScript. And yes, I prefer smaller PRs to make reviews a bit easier and...