-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Dropdown aria-expanded #245
Comments
You have a demo please? |
You could check on http://thednp.github.io/bootstrap.native/ dropdown demo. Also on http://thednp.github.io/bootstrap.native/v4.html dropdown. I used Google Chrome Version 69.0.3497.100 (Official Build) (64-bit). Also in Edge Microsoft Edge 42.17134.1.0 and Firefox Quantum 62.0.3 (64-bit) |
Yea, I'll take care of that right away. |
Thank you |
OK now, please do some tests with the latest master. |
Tested v3 and v4. The issue is fixed. |
Please, could you release 2.0.24? I need this fix in order to release my component. Thank you. |
The attribute aria-expanded is initially set as false on the dropdown trigger;
When dropdown is opened instead of set this attribute as true, an aria-expanded attribute, set as true, is added on the UL element
The text was updated successfully, but these errors were encountered: