Alexey Kryazhev

Results 13 issues of Alexey Kryazhev

I faced the similar issue and found this thread. If I got it right, the problem is that if I provide any custom `pattern` for date mask I also need...

enhancement
Types

Using your example works with UI. But if you use IMask.createMask, without UI, it will not work. I try too using the following: ``` const masked = IMask.createMask({ mask: [...

bug