I have this input
tag:
<input id="coolTemperature" type="number" name="coolTemperature" min="60" max="90" placeholder="60-90F">
I want the user to be able to change this ONLY by clicking the up/down arrows included with the input
box. I want the user to be unable to click inside the textbox to delete/edit the tag's contents.
Is this possible?