Colleagues.
I'm using the code below for when the user accesses the smartphone, the numbers keypad appears:
<input type="number" value="" class="form-control">
But on the desktop, when you click inside the field, you see arrows:
How would you optimize and remove these arrows? Would you have any other solution?