implement autofocus for input field
This commit is contained in:
parent
ef47dfd00d
commit
9118ccbbf7
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
||||||
@keyup.debounce="validateCardsInput()"
|
@keyup.debounce="validateCardsInput()"
|
||||||
placeholder="e.g., 2S TC 4S QD KH 5S 9S ..."
|
placeholder="e.g., 2S TC 4S QD KH 5S 9S ..."
|
||||||
:disabled="$store.global.solvingInProgress"
|
:disabled="$store.global.solvingInProgress"
|
||||||
|
autofocus
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
id="cardsInputButton"
|
id="cardsInputButton"
|
||||||
|
|
Loading…
Reference in a new issue