Bruno Henrique

Results 3 comments of Bruno Henrique

Thanks @kob-e this fixed my issue! I just had to change the var "t" to "date" on your example

Hi guys, Make sure that you're implementing as below, this worked for me: `````` and in the ts file: ``` ... import createNumberMask from 'text-mask-addons/dist/createNumberMask' //create mask const numberMask =...