Skip to content

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 the step attribute of these fields to any.

Fixes #140 (closed)

Edited by Marc Hanisch

Merge request reports

Loading