-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add validation message to required checkbox in ChoosePasswordFields #1936
Conversation
Deployed to Cloudflare Pages
|
7619195
to
3ffdb93
Compare
@@ -69,7 +72,6 @@ export function ChoosePasswordFields() { | |||
> | |||
<CheckBox | |||
name="profileStorageUndependableAcknowledge" | |||
required |
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.
I would remove this prop in ChoosePasswordInputFields
password1 field too so validation is consistent.
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.
as long as it works everywhere. looks like it's used in more than one place.
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.
👍 removed
f97229a
to
2f76359
Compare
2f76359
to
0aa3731
Compare
Fixes #1925
(also improved checkbox focus state in case we don't have validation messages in some component)