Kevin Brown-Silva

Results 127 comments of Kevin Brown-Silva

So this issue appears to be closely linked to https://github.com/select2/select2/issues/6128 since both of them only appear when the `id` is not a string.

I can reproduce the behaviour that you're seeing, I'm trying to trace it down to a bug or something missing in the custom adapter. ---- I upgraded your jsfiddle to...

Figured out the issue. The `id` property on data objects _must_ be a string or it won't be able to match up with the `` that is created (since `.value`...

Let me start off by saying **thank you for doing this**, you linked to a pretty thorough write-up and it will _definitely_ be useful when fixing the accessibility issues in...

> I'm not sure what your typical release cycle/process looks like, so if that's something we should talk about a bit more, please do let me know. Select2 currently does...

I have reduced this down to what is probably the minimal test case of this. https://jsbin.com/zowuyodaca/1/edit?html,css,js,output The issue specifically happens when `position: absolute` is used with `border-top` on the parent...

Cloning what I put in https://github.com/select2/select2/pull/5671#issuecomment-546722934 > Thank you for the pull request! I've been thinking about this one for a couple of days, trying to decide how to best...

Pulling this from the 4.0.8 milestone because this is a known issue with Select2 being focused but not opened, and it is not unique to Select2 within a ``. Select2...

After re-reading the original description, it's very likely that this issue was fixed in 4.0.6 (non-RC) or 4.0.7, when we fixed an issue that sounds very similar.

There's still an issue with single selects where if you open them while they are within a ``, the focus is moved away from the search box. This appears to...