Submitted over 2 years ago
Tip calculator using HTML, CSS and Javascript
@Offiongwhilley
Design comparison
SolutionDesign
Solution retrospective
I found the input event for the custom input element very challenging to maneuver. Any advice on best practices will be appreciated.
Community feedback
- @elisa-charrierPosted over 2 years ago
Hi! I did this challenge too.
Here's how I handled custom button:
- in html set an <input type="button" value="Custom" ...>
- on user's click, changed the type to number and emptied the value.
Go check out my solution if you like to.
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