Skip to content

Commit 46eee08

Browse files
committed
fix(InputMask): Changes was not reflected properly
1 parent bcf6cfb commit 46eee08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PrimeInputMask.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const { hasPrefixIcon, hasSuffixIcon } = useFormKitSection(props.context)
5353
:variant="context.variant"
5454
:pt-options="context.ptOptions"
5555
:unstyled="unstyled"
56-
@input="handleInput"
56+
@update:model-value="handleInput"
5757
@blur="handleBlur"
5858
/>
5959
<InputIcon v-if="hasSuffixIcon" :class="context?.iconSuffix" />

0 commit comments

Comments
 (0)