changhuixu / ngx-digit-only

An Angular directive to only allow [0-9] in the input box when typing, pasting or drag/dropping.
https://changhuixu.github.io/ngx-digit-only/
MIT License
161 stars 71 forks source link

MaskDirective: Support for dynamic pattern - fixing issue #50 #51

Closed EngFelix closed 3 years ago

EngFelix commented 3 years ago

Moved pattern regex initialization to ngOnInit solving issue #50