Add inputmode attribute to reading log entry edit modal inputs

This commit is contained in:
Evan Fiordeliso 2026-06-10 10:04:47 -04:00
parent b5580545e1
commit e63ff664d4
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@
<label for="pagesRead">Pages Read</label>
<input
type="number"
inputmode="numeric"
name="pagesRead"
id="pagesRead"
bind:value={pagesRead}
@ -141,6 +142,7 @@
<label for="pagesReadTotal">Pages Read Total</label>
<input
type="number"
inputmode="numeric"
name="pagesReadTotal"
id="pagesReadTotal"
bind:value={pagesReadTotal}