You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Mask don't changes when pass a new mask prop to my custom input.
I am using const mask = computed(() => props.mask) to ensure that change in props will be computed. Also console.log show the changing, but my input persists first mask. Any solution?
This discussion was converted from issue #1034 on May 21, 2024 05:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
Mask don't changes when pass a new mask prop to my custom input.
I am using const mask = computed(() => props.mask) to ensure that change in props will be computed. Also console.log show the changing, but my input persists first mask. Any solution?
Environment:
Beta Was this translation helpful? Give feedback.
All reactions