Skip to content

Commit c3134b4

Browse files
committed
fix(PrimeDatePicker): update event binding for PrimeDatePicker component #78
1 parent 2937287 commit c3134b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PrimeDatePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ function handleSelect(e: any) {
139139
:pt-options="context?.ptOptions"
140140
:unstyled="unstyled"
141141
@date-select="handleSelect"
142-
@input="handleInput"
143142
@blur="handleBlur"
144143
@clear-click="handleClearClick"
144+
@value-change="handleInput"
145145
>
146146
<template v-for="slotName in validSlotNames" :key="slotName" #[slotName]="slotProps">
147147
<component :is="context?.slots[slotName]" v-bind="{ ...context, ...slotProps }" />

0 commit comments

Comments
 (0)