implement autofocus for input field

This commit is contained in:
Adam Piontek 2022-09-14 12:22:53 -04:00
parent ef47dfd00d
commit 9118ccbbf7
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
@keyup.debounce="validateCardsInput()"
placeholder="e.g., 2S TC 4S QD KH 5S 9S ..."
:disabled="$store.global.solvingInProgress"
autofocus
/>
<button
id="cardsInputButton"