Closed sebestenyb closed 1 month ago
I've also faced this problem. Mask is applied to value, but onAccept is not fired
anyone?
it seems working fine in my case: https://stackblitz.com/edit/vue-8qtd5w?file=src%2FApp.vue
feel free to reopen issue if you have more context about the problem
Describe the bug Upgraded the package from 6. to 7., and the
@accept
and@complete
events are not fired using directive. We use Vite (with Laravel) to package and chunk the JS code.To Reproduce
Expected behavior We expect the events to be fired
We know it's not a lot of information, but we are in the dark here a bit, no errors, the mask works as it is supposed to work, masking the input, but the events are not fired. Any idea would be appreciated.
Environment:
Additional context Add any other context about the problem here.