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

@closed

Emitted when the datepicker menu is closed

@cleared

Emitted when the value is cleared on clear button

Last Updated: 9/25/2021, 2:54:14 PM