How to stop to enter alphabets in input type number in Mozilla after removing spinners using CSS
input[type=number] {
-moz-appearance:textfield;
}
How to stop to enter alphabets in input type number in Mozilla after removing spinners using CSS
input[type=number] {
-moz-appearance:textfield;
}