-
Notifications
You must be signed in to change notification settings - Fork 273
ui5-select: align to other input controls #2485
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
Comments
ilhan007
pushed a commit
that referenced
this issue
Jan 4, 2021
- Role of the ui5-select is changed to combobox which change the speech output near to the default behavior. - The issue where role="button" can't be used with aria-required / required attribute is fixed. - Overwriting the aria-label speech output with aria-labelledby is fixed. Fixes: #2485 Fixes: #2339 Fixes: #2142
Change is not required when the role of the .ui5-select-root could be changed. |
ilhan007
pushed a commit
that referenced
this issue
Jan 13, 2021
- Role of the ui5-select is changed to combobox which change the speech output near to the default behavior. - The issue where role="button" can't be used with aria-required / required attribute is fixed. - Overwriting the aria-label speech output with aria-labelledby is fixed. Fixes: #2485 Fixes: #2339 Fixes: #2142
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Change current implementation of ui5-select to be based on native select element.
Motivation
Currently all input ui5 web components are based on native html element:
Alignment to the native element will provide native accessibility behaviour.
The text was updated successfully, but these errors were encountered: