Add decimal inputmode

This commit is contained in:
Niek van der Maas 2023-03-17 18:29:22 +01:00
parent dedb95c343
commit 6723445e90
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@
{#if setting.type === "number"}
<input
class="input"
inputmode="decimal"
type={setting.type}
id="settings-{setting.key}"
min={setting.min}