Design comparison
SolutionDesign
Community feedback
- @Ridwan10000Posted 3 months ago
@DiegoAlvees Congratulations on completing the project. Inputs related to personal information should have autocomplete attribute set to on. Like this
<input id="email" type="email" placeholder="[email protected]" autocomplete="on">
. Notice I changed the id of the input for accessibility purpose. Making the id of input same to the for attribute of label would give the label some powers. Clicking on the label will make the input focused.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord