Design comparison
SolutionDesign
Solution retrospective
I couldn't get around the input type problem for the screen. -If i used type="number" on the input tag, every minus sign or dot I tried to add with the keypad was "out of range or couldn't be parsed". -I used type="text" to fix this issue, but this type doesn't prevent user the use letters with the keyboard. Also it doesn't show the right keyboard on a mobile device. Any advice on that issue?
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