We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per Core issue Notify role="dialog" requires a label. The popup uses the title to set the dialog label.
title
dialog
Title should be set to required as without this, the popup dialog won't be properly identified by assistive technologies.
Title
The text was updated successfully, but these errors were encountered:
Fix: Title is required to set notify popup dialog label (fixes #294) (#…
eacdcd8
…295) * Set properties.schema item title to required * set item title as required in component.schema
Chore(release): 6.11.1 [skip ci]
a818795
## [6.11.1](v6.11.0...v6.11.1) (2024-03-04) ### Fix * Title is required to set notify popup dialog label (fixes #294) (#295) ([eacdcd8](eacdcd8)), closes [#294](#294) [#295](#295) ### Upgrade * Bump ip from 1.1.8 to 1.1.9 (#296) ([e8305ca](e8305ca)), closes [#296](#296)
🎉 This issue has been resolved in version 6.11.1 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
kirsty-hames
Successfully merging a pull request may close this issue.
Subject of the issue
As per Core issue Notify role="dialog" requires a label. The popup uses the
title
to set thedialog
label.Expected behaviour
Title
should be set to required as without this, the popupdialog
won't be properly identified by assistive technologies.The text was updated successfully, but these errors were encountered: