uNmAnNeR / imaskjs

vanilla javascript input mask
https://imask.js.org
MIT License
4.96k stars 258 forks source link

Mask do not change #1034

Closed Iscrimou closed 6 months ago

Iscrimou commented 7 months ago

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: