Design comparison
SolutionDesign
Community feedback
- @lazydroidePosted 25 days ago
It works great and looks good. The handlers in the inputs in desktop view are a little annoying. You can remove them using <input type='text' inputmode='numeric' pattern='[0-9]+'> but this only validate integers. To validate float and get rid of the handler the best idea is use input type=text and then make the validation in js.
In any case, good job
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