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
If you set the ConfirmedPasswordField as a required field, or if it's required due to its own validation logic (i.e. it can't be an empty value), the child fields aren't marked as required (i.e. they don't have the required="required" and aria-required="true" attributes).
These are required for accessibility and for any front-end validation developers choose to implement.
Affected Version
4.x, 5.x
Description
If you set the
ConfirmedPasswordField
as a required field, or if it's required due to its own validation logic (i.e. it can't be an empty value), the child fields aren't marked as required (i.e. they don't have therequired="required"
andaria-required="true"
attributes).These are required for accessibility and for any front-end validation developers choose to implement.
PRs
The text was updated successfully, but these errors were encountered: