
Design comparison
Solution retrospective
Community feedback
- P@toshirokubotaPosted 5 days ago
Hi, I found your design clean and pretty. I like the sliding transition of the mobile menu. Very nice. I have a couple of suggestions that may improve the functionality of your project. First, we cannot open the answers on the FAQ section with keyboard. You can add a keydown or keyup event handler (with event.code being Enter) and use the same code with the click handler. Second, once the validity check fails on the email field, the error persists until a proper email is provided and submitted. I found the interface a bit too harsh. In my design, I provide a 'focus' event handler on the email field and clear any error flags so that the user can easily clear the error and move on. Great job and hope this helps.
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