Submitted almost 3 years agoA solution to the Pod request access landing page challenge
Pod request access landing page using Constraints validation APIs
accessibility, cube-css
P
@Milleus

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! 🙇♂️🙏
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Dave Quah's solution.
Join 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