Ilya Pomazkin

Results 1 issues of Ilya Pomazkin

**To Reproduce** Having mask like this: ```ts { mask: 'num', lazy: false, blocks: { num: { expose: true, mask: Number, radix: '.', thousandsSeparator: ',', scale: 4 }, }, } ```...