Time Input

Basic usage

Use Time Picker for time input.

:
:
Time: 0sec

Time Options

Max and Min value

Ex: Min: 30s and Max 10min
:
:
Time: 30sec

Step

Ex: step 15sec
:
:
Time: 30sec

Empty Data Text

Text of Empty Value (when time = 0)
Infinity
:
:
Time: 0sec

Allow Mouse Wheel

You can scroll the mouse wheel to change time
Infinity
:
:
Time: 0sec

State and Colors

Disabled

:
:

Error

:
:
Some error text

Secondary Color

:
:

Destructive Color

:
:

No Label

:
:

Table Title

AttributeDescriptionTypeAccepted ValuesDefault
allow-mouse-wheelWhen needed change time on mouse wheel changeBooleantrue|falsefalse
colorColor class of inputstringactive | primary | secondary | destructiveactive
data-test-nameData Test Namestring-default
disabledWhether the component is disabledbooleantrue | falsefalse
dividerText between Number inputsString-:
empty-data-textText for Empty Data (time = 0)String--
errorText of errorstring--
labelLabel textstring--
label-iconLabel iconstring--
max-valueMin Value of inputNumber-0
min-valueMin Value of inputNumber-0
model-valueValue of the component.Number-0
requiredAdding (*) to labelbooleantrue | falsefalse
stepStep changes timeNumber-1

Events

MethodDescriptionParameters
update:modelValueTriggers when update modelValuemodelValue