Open samuelpietra opened 3 years ago
If an input has type="number" but none step property was provided, the Form validation may treat decimal values as invalid ones.
input
type="number"
step
Form
Found a solution here
If an
input
hastype="number"
but nonestep
property was provided, theForm
validation may treat decimal values as invalid ones.Found a solution here