ConfirmationCodeInput API
API reference docs for the Stash ConfirmationCodeInput
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import ConfirmationCodeInput from '@leaflink/stash/ConfirmationCodeInput.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
digitCount | number | 6 | |
errorText | string | undefined | Error text to display. |
hintText | string | undefined | Hint text to display. |
modelValue | string | undefined | One time password/code |
successText | string | undefined | Success text to display. |
Slots
None
Events
Name | Description |
---|---|
update:model-value | |
change | |
focus | |
blur |