You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In forms, Integer fields are rendered as <input type="text"> and allow text to be input (although ultimately, submitting the form will trigger an error XXX field must be an integer).
It does not make much sense since Text fields with Input type = number are rendered as <input type="number">.
How to reproduce
Simply create a form with a text field, setting its input type to number and an integer field and open the form in the front end.
Bug description
In forms,
Integer
fields are rendered as<input type="text">
and allow text to be input (although ultimately, submitting the form will trigger an errorXXX field must be an integer
).It does not make much sense since
Text
fields with Input type =number
are rendered as<input type="number">
.How to reproduce
Simply create a form with a text field, setting its input type to
number
and aninteger
field and open the form in the front end.Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: