Events

List of available events that are emitted on some action

@update:modelValue

This event is emitted when the value is selected. This is a v-model binding event

@textSubmit

When textInput prop is set to true and enterSubmit is set to true in textInputOptions, when enter button is pressed, this event will be emitted

@open

Emitted when the datepicker menu is opened

@closed

Emitted when the datepicker menu is closed

@cleared

Emitted when the value is cleared on clear button

@focus

Emitted when the datepicker menu is open

@blur

Emitted when the datepicker menu is closed

@internalModelChange

Emitted when the internal modelValue is changed before selecting this date that will be set to v-model

@recalculatePosition

Emitted when the menu position is recalculated

Last Updated: