Design comparison
SolutionDesign
Solution retrospective
Hi, Please review my solution and provide your feedback.
Community feedback
- @BashamegaPosted about 1 year ago
Hello Djonali:)
I have tested your project multiple of times. I have noticed only three issues.
- I have noticed that you can enter letters to the input, but the user should be able to enter only number. You can fix it by adding the type arttibute This is an example ob how you can fix it
<input type="text" id="days" class="form-container-input" placeholder="DD" oninput="onInputChange(days.value, event)" type="number">
- I have noticed that when you hover on the button it doesn't make the cursor a pointer so the user don't know where to press. You can add the cursor property to the CSS
- I think you should replace the form-container div to a form Other than that your project is great
Marked as helpful1
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