How can I have an input of type number without the little increment and decrement arrows?
<input type="number">
not the box above just a normal plain input! I realise I could use a text input with a regex, but is there a way using the number type?