Razha Jamsik Syah• 700
@Razha90
Posted
- You can start by removing the down and up buttons on
<input type='number' />
. - i think it's better to do the calculation when the user clicks 'select tip'.
- To remove the border on the green line you can set
input { border: 0; or outline: 0;. }
Happy Coding 😁🤣
Marked as helpful
0