How do I make the input [number] field accept only numbers in Firefox? In Chrome, Opera and Edge works perfectly, but in Firefox the [number] field accepts letters and spaces.
<inputtype="number" name="EstoqueProd[]" class="form-control" min="1" value="1"/>