I was developing a calculation where I used a number field and a text field, where in the number field the user would enter the quantity of an item and the text field would give the value of the item calculated. In some tests performed, when the number field is modified through the field arrows, when resetting the form, the value of the number field is not discarded. Such an error happens only in firefox and only when selecting value one (1). If you enter the number via the keyboard and the form resets, the error does not occur. In this link of JSFIDDLE you can check the error. Is there any way to fix this?