Using ngx-mask in custom form component gives error
See original GitHub issueWhen I use ngx-mask
in a custom form element it gives:
I’ve made a fork of the ngx-mask
repo which reproduces the this error.
https://github.com/basvdijk/ngx-mask/
You can also have a look at my commit which added a custom form component: https://github.com/basvdijk/ngx-mask/commit/9059d1b9579d85bfb3414de9ebe47df25b891e0a
If this is not a bug, could you provide a code example where the ngx-mask
directive is used within a custom form component?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Angular - Input with ngx-mask MatDatepicker and reactive form
According to this thread, there is no solution only a workaround: Error: More than one custom value accessor matches form control with ...
Read more >Organize your application forms using NGX Formly - Medium
The wrappers are Components which wrap a form group. This is required to manage all the forms actions or if you want to...
Read more >How to Use Input Masks to Validate Input in an Angular App
Input validation is always a chore to set up. An input mask is a way to enforce the format of the user's input...
Read more >Formcontrol input value bug using ngx-mask : r/angular - Reddit
Hi everyone, I have a component which display a formgroup input field. I am also using ngx-mask with the following setup in .ts:...
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
@basvdijk Hi. Thanks for using ngx-mask. We will try to solve this in few days
This seem to fix it, thanks!