mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
pin code input supports pressing enter to confirm and pressing tab to switch to the next component
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<pin-code-input :disabled="verifyingByWebAuthn" :autofocus="true"
|
||||
:secure="true" :length="6"
|
||||
:secure="true" :length="6" :auto-confirm="true"
|
||||
v-model="pinCode" @pincode:confirm="unlockByPin" />
|
||||
</v-col>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user