fix(home): force numeric keypad for the interval-minutes input on mobile
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
type="number" alone shows a regular keyboard with a number row on iOS; inputmode="numeric" + pattern="[0-9]*" tells the OS to surface the numeric keypad instead. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -174,6 +174,8 @@
|
||||
<span>Every</span>
|
||||
<input
|
||||
type="number"
|
||||
inputmode="numeric"
|
||||
pattern="[0-9]*"
|
||||
min="1"
|
||||
max="1440"
|
||||
class="home-view__interval-input"
|
||||
|
||||
Reference in New Issue
Block a user