i have this input :
<input id="fraisent" name="fraisent" value="#= tauxAcquisEntree #" max="4" class="form-control text-center /*arrow-modify*/" min="1" type="number" step=1 pattern="[0-9]$" autocomplete="off" onkeydown="return false" />
It's already only modifiable by arrows.I want to go further and make it only clickable on the arrows, meaning making the part of the input where the number is displayed unclickable by mouse, only the arrows are clickable by mouse.