7
Colleagues.
I’m using the code below for when the user access by smartphone, appear the number pad:
<input type="number" value="" class="form-control">
But on the desktop, when we click inside the field, arrows appear:
How would you optimize and remove these arrows? Would you have any other solution?
Works in all browsers?
– Florida
No, hard something that works on "all" the browsers....
– MagicHat
I referred to the better known as Chrome, firefox or opera.
– Florida
Um, yes with the issue yes....
– MagicHat
I tested this code here and it didn’t work, I use the bootstrap.
– viniciussvl
What didn’t work? @Viniciusaquino
– MagicHat
Opaa, I put this code in my style sheet and the input type number in my form and the arrows continue to appear
– viniciussvl
try to put inline inside the input... using
style=""
– MagicHat
Now it’s gone, thank you!
– viniciussvl