mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
pin code input supports pressing enter to confirm and pressing tab to switch to the next component
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<p class="no-margin">{{ hint }}</p>
|
||||
<f7-list class="no-margin">
|
||||
<f7-list-item class="list-item-pincode-input padding-vertical-half">
|
||||
<pin-code-input :secure="true" :length="6" v-model="currentPinCode"/>
|
||||
<pin-code-input :secure="true" :length="6" v-model="currentPinCode" @pincode:confirm="confirm"/>
|
||||
</f7-list-item>
|
||||
</f7-list>
|
||||
<f7-button large fill
|
||||
|
||||
Reference in New Issue
Block a user