This input accepts only numbers and decimal separators. Depending on their locale, users may use
either dot or comma as decimal separator, so it is good to accept both in their input and normalise
on saving.
On mobile devices the numeric-keyboard attribute gives a number keypad.
In many cases where numeric entry is needed this approach is preferable to using Duet Number Input.
Adjust the pattern attribute as needed (e.g. if decimals are not allowed).
Submit