Skip to content

Fix browser hints on numeric input fields

Marc Hanisch requested to merge 140-fix-warning-message-on-numeric-inputs into master

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