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

dropSpecialCharacters set to false still drops characters

Open WebTechnolog opened this issue 1 year ago • 0 comments

🐞 bug report

Is this a regression?

Probably yes. It should work according to the docs, so I presume it worked as expected.

Description

When dropSpecialCharacters is set to false the mask still does not allow any special characters.

🔬 Minimal Reproduction

https://stackblitz.com/edit/stackblitz-starters-5ojvqe

🌍 Your Environment

Angular Version:

@angular-devkit/architect 0.1700.7 @angular-devkit/build-angular 17.0.7 @angular-devkit/core 17.0.7 @angular-devkit/schematics 17.0.7 @angular/cdk 17.0.4 @angular/material 17.0.4 @schematics/angular 17.0.7 ng-packagr 17.0.3 rxjs 7.5.7 typescript 5.2.2 zone.js 0.14.2

WebTechnolog avatar Jan 02 '24 15:01 WebTechnolog