ngx-ion-simple-mask icon indicating copy to clipboard operation
ngx-ion-simple-mask copied to clipboard

Input mask for Angular/Ionic

Results 5 ngx-ion-simple-mask issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Add currency mask, directive and pipe, with an easy way to use a formatted money masks.

enhancement