Design comparison
Community feedback
- @yishak621Posted almost 2 years ago
Good layout design but fix these ...first when the input is active the border color must be changed and also the 0 in the input is the placeholder it is not initial value ...since it cant be removed it creates discomfort to the user ...when i come to the functionality part 1)the event should not be fired when the user clicks the tip btns it should be fired when a user finally adding a value to the
number of people
input 2) to enable that event usekeyup
event or u can also useinput
event that fires an event when a user release a key or when a user changes a value read more about these on MDN 3) also when a user comes back to the tip btns and click the values must be changed in the tip and total display ...fix thatMarked 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