Skip to main content

Inline Time Picker

info

For more details about Vuetify’s usage of InlineTimePicker component, click InlineTimePicker page.
For more prop explanations, click Vuetify InlineTimePicker API page.

Props

AttributeDescriptionTypeDefault
compareValueQLegend is used for comparison values. You can look at the QLegend document.stringundefined
compareTextQLegend is used for comparison values. You can look at the QLegend document.stringundefined
compareTableValueQLegend is used for comparison values. You can look at the QLegend document.stringundefined
rangeAllows the selection of time range.booleanfalse
disabledDisables picker.booleanfalse
readonlyPuts picker in readonly state.booleanfalse
allowedHoursRestricts which hours can be selected.array-
allowedMinutesRestricts which minutes can be selected.array-
labelSets input label.stringundefined
maxMaximum allowed time.stringundefined
minMinimum allowed time.stringundefined
allowedSecondsRestricts which seconds can be selected.array-
willAttachSpecifies which DOM element that this component should detach.booleantrue
roundedAdds a border radius to the input.booleanfalse
rulesYou can find more detailed information here.array[]
valueTime picker model (ISO 8601 format, 24hr hh:mm).anyundefined
visibleVisibility of InlineTimepicker component.booleantrue

Events

AttributeDescription
changeEmitted when the time selection is done (when user changes the minute for HH:MM picker and the second for HH:MM:SS picker
click:hourEmitted when user selects the hour
allowedHoursRestricts which hours can be selected

Component Samples

Range

Disabled

image

allowedHours

image

allowedMinutes

image

InlineTimePicker Value Getter and Setter

How to Set InlineTimepicker value?

image

image

How to Get InlineTimePicker value?

image

image

Samples Qjson

InlineTimePicker