Skip to content

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

NameTypeDefaultDescription
digitCountnumber6
errorTextstringundefinedError text to display.
hintTextstringundefinedHint text to display.
modelValuestringundefinedOne time password/code
successTextstringundefinedSuccess text to display.

Slots

None

Events

NameDescription
update:model-value
change
focus
blur