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 bug preventing role from being set #110

Merged

Conversation

peteryates
Copy link
Member

@peteryates peteryates commented Feb 17, 2021

This occurs because **html_attributes was before role in the tag helper's list of arguments, causing role: 'region' to overwrite anything that's set via HTML attributes.

Also add a spec to ensure it's working properly

Fixes #109

This occurs because **html_attributes was before role in the tag
helper's list of arguments, causing role: 'region' to overwrite anything
that's set via HTML attributes.

Also add a spec to ensure it's working properly

Fixes #109
@peteryates peteryates merged commit 2814a7b into master Feb 17, 2021
@peteryates peteryates deleted the fix-bug-preventing-notification-banner-role-from-being-set branch February 17, 2021 20:51
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.

Can’t change role value on a notification banner
1 participant