A responsive mortgage repayment calculator

Please log in to post a comment
Log in with GitHubCommunity feedback
- @tesla-ambassador
Hello! I just completed the same solution and all I can say is that it was fun! I hope you had as much fun as I did! 😁 Anyways, I noticed that some of your input fields still have the decrease and increase buttons and this always happens when you specify an input type of number. In order to combat this, I found some tailwind code that would enable me to remove it like this
[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none
Also if you want to format your input field to have the comma separator, I documented the solution to that in my README under the heading "Formatting and input field". I hope your found this helpful! Happy coding 🥳
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