Xon
Xon
Which version are you observing this with?
This is fixed in `main` branch. The next release `v11.0.2` will be released at the end of the week
Will be implemented as part of `v11.2.0`. Just got a few other bugfixes planned first
The default scss/css likely needs work to be better extendable, and if you wish to provide a PR for it that would be helpful
The 3.74.x branch works with php 8.0 to php 8.3, but isn't compatible with php 8.4+ (ref #956). Sadly the PR I had for 3.74.x wasn't accepted
The search functionality can be tree-shaken out (this is how `choices.search-basic.js`/`choices.search-prefix.js` are built), anything finer grain is very difficult without major rework to support per-feature tree shaking
The currently isn't a public API to update/enable/disable specific choices.
Not 100% fixed in v11 :(
It looks like the `tabindex` attribute isn't being handled properly and injected into the UI, v10.2.0 didn't touch this either but since there might have been html layout changes the...
I plan to look at this in the following week, once this is in I think I'll cut a v11.2.0 release