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
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
// app.ts
import {IMaskDirective} from 'vue-imask';
app.directive("mask", IMaskDirective as Directive);
// npm
npm list vue-imask
trips@ ~/Sites/trips
└── vue-imask@7.6.1
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:
OS: *
Browser: *
Version *
IMask version: 7.6.1 (checked for all 7.*)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: