# Input auth code

Component name: <v-input-auth-code>

# Examples

# Basic with 6 input fields

# Basic with 4 input fields

# API

Name Type Description Default
name String Used for the form to identify the input required
length Number The amount of input fields 6
required Boolean Whether the v-input-auth-code is required false
error String The error message displayed if required and not filled out -
ignore-autofocus Boolean If set, the v-input-auth-code will no longer have autofocus on load false
complete Event Event that is emitted when the inputs are all filled -
incomplete Event Event that is emitted when not all input are filled -