I would like a textbox that allows only 2 decimals. I am using https://github.com/JsDaddy/ngx-mask/ to achieve this.
This example ( using Angular 8 and an older mask version ) works , but looks like the newer version doesnt!
This is my html:
<input type="text" mask="99999999999999.00">
Error repro :
https://stackblitz.com/edit/angular-ivy-mask-9g3gqs?file=src%2Fapp%2Fapp.component.html
NOTE: I have logged a defect in the repo, but was hoping someone in SO can also guide me in case Im missing something simple.