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
Settings > Manage Facility > Add new facility
Device types combo box is required, but missing aria-required
https://docs.deque.com/issue-help/1.0.0/en/aria-required-missing
Add required=true to the inputProps in the combo box
required=true
inputProps
The text was updated successfully, but these errors were encountered:
johanna-skylight
Successfully merging a pull request may close this issue.
Area or Component
Settings > Manage Facility > Add new facility
Quick Summary
Device types combo box is required, but missing aria-required
How to Replicate
Accessibility Violation
https://docs.deque.com/issue-help/1.0.0/en/aria-required-missing
Action Requested
Add
required=true
to theinputProps
in the combo boxScreenshots (optional)
Source Code (optional)
Original Deque Issue
The text was updated successfully, but these errors were encountered: