Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does anyone have experience using this with Paypal's Bootstrap Accessibility (missing ARIA roles) #1222

Closed
CoralSilver opened this issue Dec 3, 2015 · 1 comment

Comments

@CoralSilver
Copy link

  1. Has anyone successfully integrated this with Paypal's Bootstrap Accessibility plugin? That plugin makes dropdowns more accessible, but I am finding that dropdowns with bootstrap select do not display correctly once an option has been selected EXAMPLE.

  2. Bootstrap-select is missing required ARIA roles. It adds role=menu on the<ul> but it should also be adding role="menuitem" to the <a> and role="presentation" to the <li>. Bootstrap accessibility adds this normally to dropdowns, but the DOM structure for bootstrap-select is different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants