We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2937287 commit c3134b4Copy full SHA for c3134b4
src/components/PrimeDatePicker.vue
@@ -139,9 +139,9 @@ function handleSelect(e: any) {
139
:pt-options="context?.ptOptions"
140
:unstyled="unstyled"
141
@date-select="handleSelect"
142
- @input="handleInput"
143
@blur="handleBlur"
144
@clear-click="handleClearClick"
+ @value-change="handleInput"
145
>
146
<template v-for="slotName in validSlotNames" :key="slotName" #[slotName]="slotProps">
147
<component :is="context?.slots[slotName]" v-bind="{ ...context, ...slotProps }" />
0 commit comments