@wuzgood98Submitted almost 2 years ago
My solution for this project. Any suggestions will be appreciated.
My solution for this project. Any suggestions will be appreciated.
Hi, Gideon. This is an awesome solution.
However, a few suggestions:
For the number field in step 1, for accessibility reasons,
input type='tel'
would have been perfect. As it is now, when I click on the down arrow button, I can reduce down to -100. That's kinda like not nice.
Also, the buttons are not quite responsive on mobiles.
For the step three bug issue, you could use a :focus-within
pseudo class for the parent containers.
I love the solution. The animations and all!