Alexander Shabunevich
Alexander Shabunevich
Thanks for report. Should be fixed in new v3.
I have just released v3-beta. Could you check if this issue still actual?
Closing as inactive.
I'm afraid it's too complicated logic to determine which token is optional. It's just checking mask length.
Hmm, I'm not sure that the mask should be marked as completed when it still has some characters to input. That was the initial logic.
After further consideration, I think your logic is valid for dynamic masks. I'll try to implement this.
@fsblemos implemented in 3.0.0-beta5, could you please test it?
With new directive syntax, in v3 you can use only one modifier, so if you need both `completed` and `unmasked` values you can use `@maska` event. Example here: https://stackblitz.com/edit/vue-maska-g52giw?file=src%2FApp.vue
I have just released v3-beta. Could you check if this issue still actual?
Closing as inactive.