-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ Issues 722, 723, 724] Complete research page #818
[ Issues 722, 723, 724] Complete research page #818
Conversation
<TextInput type="text" name="name" id="name" required /> | ||
<Label htmlFor="LastName">Last Name</Label> | ||
<TextInput type="text" name="LastName" id="LastName" /> | ||
<div className="display-none"> | ||
<Label htmlFor="hp">HP</Label> | ||
<TextInput type="text" name="hp" id="hp" /> | ||
</div> | ||
<Label htmlFor="email">Email</Label> | ||
<TextInput type="email" name="email" id="email" /> | ||
<TextInput type="email" name="email" id="email" 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.
Per USWDS guidance… https://designsystem.digital.gov/components/form/#identifying-required-fields
We need to add a red asterisk to the labels for the required first name and email fields, and add "(optional)" to the label for the last name field.
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.
Sorry, I'm late to this. I'll open a ticket…
Summary
Fixes #722 #723 #724
Time to review: 15 mins
Changes proposed
Completed the Research page
Additional information
desktop:
mobile: