-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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(VInput): add role alert to success/error messages #8681
Conversation
Hey @MajesticPotatoe, TravisBuddy Request Identifier: eacb3780-e0c0-11e9-9589-952cf72143c3 |
|
Is there an alternative to alert for non-time sensitive info, or should we only limit this to success/error? |
still some changes need to be made.
What's the status on this? |
@johnleider gotta move this so that its conditional based on message usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
60d5fdf
to
37b58d9
Compare
Not a feature, can rebase to master |
0a5b3df
to
724aec2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Adds role alert to
v-messages__wrapper
so that screenreader can read message/error/hintMotivation and Context
Fixes #8431
How Has This Been Tested?
visually | chromevox
Markup:
Types of changes
Checklist:
master
for bug fixes and documentation updates,dev
for new features and breaking changes).