Submitted almost 2 years ago
Pod request access landing page using Constraints validation APIs
@Milleus
Design comparison
SolutionDesign
Solution retrospective
Hello everyone π,
Here's my solution for Pod request access landing page.
In this solution, I am using the Constraints validation APIs to validate the email address field. I am also using patternMismatch
over typeMismatch
for stricter email formats since the default typeMismatch also accepts email addresses without a top-level domain, i.e. x@y
is a valid email address.
Any feedback and suggestions on how I can improve are very welcome! Thanks and happy coding! πββοΈπ
Community feedback
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