Number input field now text field
-
Hi,
My form has number fields and before today they had spinners (since they are numeric fields, not text fields.)
Today though the spinners disappeared, and the generated HTML shows both pre-existing number fields and newly added number fields have
type="text"
, hence the disappeared spinners:<input type="text" name="number-9" value="0" placeholder="E.g. 10" id="forminator-field-number-9" class="forminator-input forminator-number--field" pattern="^\-?\d*([\.\,]\d+)?" inputmode="numeric" data-required="" aria-required="false" min="1" max="150" aria-invalid="true">
Maybe this happened with the plugin updated today? If so, and unless I’m misunderstanding things, can you change them back to
type="number"
?Thanks,
Kristian
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Number input field now text field’ is closed to new replies.