Have decimal keyboard for SpinBoxFloat

This commit is contained in:
Henrik Giesel 2021-06-05 15:41:41 +02:00
parent 0c49f6c08b
commit af53ccfb36

View File

@ -17,6 +17,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<input <input
type="number" type="number"
pattern="[0-9]*"
inputmode="decimal"
class="form-control" class="form-control"
{min} {min}
{max} {max}