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

[BUGFIX release] Ensure ariaRole can be initially false. #16563

Merged
merged 1 commit into from
Apr 21, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 21, 2018

It should be possible to start without an ariaRole and then only add one as needed. The previous logic prevented this from working properly because we would only setup the required attribute binding when the initial ariaRole was truthy.

Fixes #16379

It should be possible to start without an `ariaRole` and then only add
one as needed. The previous logic prevented this from working properly
because we would only setup the required attribute binding when the
initial `ariaRole` was truthy.
@rwjblue rwjblue merged commit c3bc302 into emberjs:master Apr 21, 2018
@rwjblue rwjblue deleted the ensure-ariaRole-can-be-falsey branch April 21, 2018 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant