Tip calculator app using sass

Solution retrospective
i don' t know how to set the default cursor position at the end of the text in input fields... can you guys tell me?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashreesamuel
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the text for the reset button in the calculator needs more opacity in order to be visible
In terms of accessibility issues simply wrap all your content between main tags
I hope this helps
Cheers
Happy coding 👍
Marked as helpful - @Jeth0214
Hi @ameer, your solution was nice. These are things that I noticed.
- There is an issue on accessibilities based on the report. Try to use semantic element like main element as a container for your solution. Then, instead of div use section element to group some elements.
- In your bill input, I try to input the letter "e" and "-" and it accepted it. Try to add some validation to check if the input are number characters. Or use type ="number". Overall is nice looking solution.
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