Describe the bug
Mask don't changes when a 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?
Describe the bug Mask don't changes when a 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: