Support compact numeric input suffixes

This commit is contained in:
Jan Bader
2026-06-27 15:38:15 +02:00
parent 34e827f41a
commit 5b8370aa20
2 changed files with 60 additions and 20 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
</label>
<label>
Recommendation count
<input id="recommendationCount" type="number" min="3" max="20" step="1" value="8" />
<input id="recommendationCount" type="text" inputmode="numeric" value="8" />
</label>
<button id="resetBuild" type="button" class="secondary">Reset current build</button>
</section>
@@ -175,7 +175,7 @@
</label>
<label>
Value
<input data-field="baseValue" type="number" min="0" step="1" />
<input data-field="baseValue" type="text" inputmode="decimal" />
</label>
</div>
<div class="effects"></div>