Is it possible to prohibit the input of a number in <input type="number">
so that they can use only up / down arrows?
input[type=number]::-webkit-inner-spin-button { opacity: 1; }
<input type="number" value="10" min="10">
so that they can use only up / dow...">
Source: https://ru.stackoverflow.com/questions/548032/
All Articles
readonly
attribute. - pavelinput
andpaste
event handling: jsfiddle.net/994u8aru . - Regent