Make numpad show up on game-pin input

This commit is contained in:
Mawoka
2022-10-05 19:37:52 +02:00
parent 6efd240955
commit a72dabe918
+1
View File
@@ -169,6 +169,7 @@
class="border border-gray-400 self-center text-center text-black ring-0 outline-none p-2 rounded-lg focus:shadow-2xl transition-all"
bind:value={game_pin}
maxlength="8"
inputmode="numeric"
/>
<!-- use:tippy={{content: "Please enter the game pin", sticky: true, placement: 'top'}}-->