Input Mask support for nz-inputs
See original GitHub issueWhat problem does this feature solve?
In enterprise level apps, there is sometimes a need for entering sensitive data fields. Such inputs need to be masked/unmasked. Eg. DOB 19/09/1992 becomes **/**/****
What does the proposed API look like?
<input nz-input [nzMask]="myPattern" />
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Control data entry formats with input masks - Microsoft Support
Learn how to add input masks in Access to table fields, queries, and to form and report controls to help people entering data....
Read more >Input mask | U.S. Web Design System (USWDS)
An input mask is a string expression that constrains input to support valid input values. Component preview. Social Security Number Input Mask.
Read more >How to Use Input Mask in Your Contact Form (Examples)
In this tutorial we'll teach you how to use Input Mask in Ninja Forms! ... It is important to know that the only...
Read more >Getting Started with the Basics of Input Masking - Jotform
With input masking, you'll only use three HTML characters, and these characters are explained right below the Input Mask toggle. @ = Masks ......
Read more >Working with Input Masks - Tassos Marinos
How to add an Input Mask. Input Masks can be added to specific Convert Forms fields. The supported fields are the following: Text...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

https://github.com/text-mask/text-mask/tree/master/angular2/#readme https://stackblitz.com/edit/angular-42tfkp?file=src/app/app.component.ts
@lppedd ngZorro is an amazingly flexible library and I’d love to see actual masks implemented in it, as that would make it apt for more enterprise applications use-cases without having to depend on an additional package. I do agree with your suggestion too, and would be great if we begin with obscuring characters for a start!