![]() |
MDN says numeric fields only allow floating point numbers, and then goes on to say it only validates integers by default and I have to use step="any" to allow floats. What am I missing here? https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types#Numeric_fields submitted by /u/multivaxx |