Skip to content

Commit

Permalink
add numeric input
Browse files Browse the repository at this point in the history
  • Loading branch information
stutxo committed Apr 2, 2024
1 parent ca1811f commit 5f1bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<h1 style="text-align: center; color: #333;">blockwars.gg</h1>
<div class="seed-container">
<button id="decrement-seed"></button>
<input type="number" id="seed-input" value="0" />
<input type="number" id="seed-input" value="0" inputmode="numeric" />
<button id="increment-seed"></button>
</div>
<br />
Expand Down

0 comments on commit 5f1bee1

Please sign in to comment.