Leonardo Oliveira
Leonardo Oliveira
Similar problem here using Reactive Forms with Angular, ngx-mask version 11.1.5. Using `formControl.setValue("73213")`, mask is not applied. Possible workaround is to setValue with the desired format: `formControl.setValue("73-632-34-32-3")`
same problem here, fixed temporarily with @breautek solution, and there is no fix for Android 11... :(
Exactly same problem here. Hope the author fixes this problem soon! :)
Same problem here, can't downgrade typescript version since Firebase lib requires 3.x.x
For me, the problem was ```ìonic build``` command to generate a release build. Use ```ionic build --optimizejs --minifycss --minifyjs``` command, hope it helps!
@aryanprince yes! That's exactly what he does