Fix browser hints on numeric input fields
Goal of this MR:
- When using input fields of
type="numeric"
browsers present a warning that the value is not valid when entering floating point numbers. This can be fixed by setting thestep
attribute of these fields toany
.
Fixes #140 (closed)
Edited by Marc Hanisch