ngx-ion-simple-mask
ngx-ion-simple-mask copied to clipboard
Input mask for Angular/Ionic
With the latest versions of Angular, ngx-ion-simple-mask no longer works. The compiler will give the following error: ``` 'SimpleMaskModule' does not appear to be an NgModule class. This likely means...
Hi , If my mask is (999) 999-9999 and I do a backspace before '-' it will remove all the front integers/input as well and the final string will be...
Add a control validator to use on reactive forms, that checks if value are matching with the mask.
Add currency mask, directive and pipe, with an easy way to use a formatted money masks.