Have numeric keyboard for SpinBox

This commit is contained in:
Henrik Giesel 2021-06-05 15:37:49 +02:00
parent 4d7bdbce1f
commit 0c49f6c08b

View file

@ -18,6 +18,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="numeric"
{min} {min}
{max} {max}
bind:value bind:value