Skip to content

Commit

Permalink
Add missing inputmode="decimal" (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Feb 25, 2024
1 parent b270bab commit 76be965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<label>Defense</label>
</th>
<td>
<input class="base calc-trigger" value="100" />
<input class="base calc-trigger" value="100" inputmode="decimal" />
</td>
<td class="gen-specific g3 g4 g5 g6 g7 g8 g9">
<input class="ivs calc-trigger" value="31" inputmode="decimal" />
Expand Down Expand Up @@ -1426,8 +1426,8 @@
</div>
<div class="info-group">
<label for="currentHpR1">Current HP</label>
<input class="current-hp calc-trigger" id="currentHpR1" value="341" />/<span class="max-hp">341</span> (
<input class="percent-hp calc-trigger" value="100" />%)
<input class="current-hp calc-trigger" id="currentHpR1" value="341" inputmode="decimal" />/<span class="max-hp">341</span> (
<input class="percent-hp calc-trigger" value="100" inputmode="decimal" />%)
<input class="visually-hidden max calc-trigger btn-input" type="checkbox" id="maxR" />
<label class="btn btn-xwide gen-specific g8 hide" for="maxR"
title="Use the corresponding Max Move?">Dynamax</label>
Expand Down

0 comments on commit 76be965

Please sign in to comment.