Google Chrome now, and Opera before, shows a "spin box" control beside a input field of type "number". I want to be able to style this, or hide it. Are there ways of controlling this UI element yet?
EG: <-- That little ui element with an up and down arrow. It's not that functional and its adding unnedded elements to a form I've created.
I understand I can just not have the type as "number" but it allows built in prevention of entering anything other than a number, and is semantically correct.