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

fix(ui5-select): set aria-expanded initially #2991

Merged
merged 2 commits into from
Mar 23, 2021
Merged

Conversation

ilhan007
Copy link
Member

We used to return undefined for aria-expanded upon initial rendering, causing the attribute to not render at all, now we always return boolean and the attribute is added with "false" on initial rendering.

FIXES: #2987

We used to return undefined for aria-expanded upon initial rendering, causing the attribute to not render at all, now we always return boolean and the attribute is added with "false" on initial rendering.

FIXES: #2987
@ilhan007 ilhan007 merged commit 8353ac2 into master Mar 23, 2021
@ilhan007 ilhan007 deleted the fix-select-ariaExpanded branch March 23, 2021 10:21
ilhan007 added a commit that referenced this pull request Mar 23, 2021
We used to return undefined for aria-expanded upon initial rendering, causing the attribute to not render at all, now we always return boolean and the attribute is added with "false" on initial rendering.

FIXES: #2987
ilhan007 added a commit that referenced this pull request Mar 23, 2021
We used to return undefined for aria-expanded upon initial rendering, causing the attribute to not render at all, now we always return boolean and the attribute is added with "false" on initial rendering.

FIXES: #2987
ilhan007 added a commit that referenced this pull request Mar 31, 2021
We used to return undefined for aria-expanded upon initial rendering, causing the attribute to not render at all, now we always return boolean and the attribute is added with "false" on initial rendering.

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

Successfully merging this pull request may close these issues.

ui5-select: aria-expanded attribute is missing in initial status
2 participants