selectWoo
selectWoo copied to clipboard
selectWoo is a fork of select2 with improved accessibility.
**Prerequisites (mark completed items with an [x]):** - [x] I have have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for...
Hi! Any chance to see this project published on the NPM and Bower registries? Regards
Hi, When I enter the Korean characters into the search field, the characters are broken. For example, when I type “대한민국”, it shows like “대한aㅣㄴ국”, “대gㅏㄴ민국” or something else. I...
I advised a customer how to select multiple matches in an enhanced select input by holding down the CTRL button to click on the multiple options. They reported >I noticed...
Add support for ARIA 1.1 per https://www.w3.org/TR/wai-aria-1.1/#combobox. This pull request includes a - [ ] Bug fix - [x] New feature - [ ] Translation The following changes were made...
We had an accessibility auditor request that the input fields for search style dropdowns include an aria-label. I've reused the option from #43 to keep things consistent. This pull request...
…has higher prio. This pull request includes a - [ ] Bug fix - [x] New feature - [ ] Translation The following changes were made - Term searched for...
Fixes: State dropdown not showing exact match ref # https://github.com/woocommerce/woocommerce/pull/20605 As per suggestion PR done This pull request includes a - [ ] Bug fix - [ ] New feature...
If a select2 box is clicked on the very bottom the first option is unintentionally selected. This happens because on the mousedown the dropdown is opened, the cursor is now...
This change in Version 1.07 `var formatted = this.display(selection, $rendered);` to `var formatted = Utils.entityDecode(this.display(selection, $rendered));` strips any HTML from the rendered selected item. This stops you from being able...