Time Input

Basic usage

Bind a variable to v-model.

MaxLength

Maxlength attribute of input, they declare a limit on the number of characters a user can input. The "number of characters" is measured using JavaScript string length. Setting the maxlength prop for a text type of Input can limit the length of input value.

Disabled

The disabled attribute accepts a boolean, and if the value is true, the component is disabled.

Label and Label icon

Allows you to define incremental steps.

Add step attribute to set the step.

Placeholder

Error text

Allows you to set error message.

error error error error error error error

Types

Allows you to set type of input.

Clearable

With Prefix Icon

Attributes

Table Title

AttributeDescriptionTypeAccepted ValuesDefault
model-value / v-modelbinding valueany
max-lengththe maximum allowed length of valuenumber-Infinity
requiredadding (*) to labelbooleanfalse
disabledwhether the component is disabledbooleanfalse
labellabel textstring--
label-iconlabel iconstring--
max-widthmax-widthstring-100%
errortext of errorstring--
placeholderplaceholderstring--
typetype of inputstringtext / password / emailtext
clearableclear inputbooleantrue / falsefalse
dynamicErrorSpaceif to make space for error message static/dynamicbooleantrue / falsefalse