You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Throughout the application, required fields need to be properly marked to indicate that input is mandatory. They are not currently or are done inconsistently. This needs to be done to ensure compliance.
To Reproduce
Look at the source code and rendered output. The required attribute is missing, as well as a visual indicator of required status.
Expected behavior
I expect a visual and screen-reader compatible indication that input is required.
Additional context
There is some guidance on the following resources:
Describe the bug
Throughout the application, required fields need to be properly marked to indicate that input is mandatory. They are not currently or are done inconsistently. This needs to be done to ensure compliance.
To Reproduce
Look at the source code and rendered output. The
required
attribute is missing, as well as a visual indicator of required status.Expected behavior
I expect a visual and screen-reader compatible indication that input is required.
Additional context
There is some guidance on the following resources:
The text was updated successfully, but these errors were encountered: