html - Switch Number Input Spinners -


is there way flip functionality of number input spinners? example, pushing arrow on number input spinner increase field value , pushing down arrow decreases value. can switch them, pushing arrow decrease field value? (i making priority list curious, intuitive push arrow increase priority, lower value).

<input type="number" />

thanks in advance!


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -