
Solution retrospective
I dont know why the displayCustom( ) that displaying "total" price didnt executed even though same as displayTip( ) function. also, i dont know how to change the Tip Amount and Total every i change the number on "Number of people" or "Bill". it must be clicked outside the Number of People box first. note: i dont use any framework in this project
Please log in to post a comment
Log in with GitHubCommunity feedback
- @elroytoscano
All the input types should be type="number". That'll ensure that you're only able to enter "numbers".
Marked as helpful
Join 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