You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NG Dynamic Forms Version: `14.0.1`
[ ] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] Ionic UI
[ ] Kendo UI
[x] Material
[ ] NG Bootstrap
[ ] Prime NG
Description
We've started using NG Dynamic Forms version 6.0.7 in a form-heavy application of ours where we use Angular Material as well. This worked perfectly and help us save lots of from code. We have quite a lot of inputs where we make use of masks.
In the process of updating the application we wanted to update NG Dynamic Forms to the latest version but have seen that masks are not supported anymore when Angular Material is used.
Is there a way to bring the support for mask back when used with Angular Material?
The text was updated successfully, but these errors were encountered:
thomastardy
changed the title
Mask not working with Angular Material
Support for Masks when using Angular Material
Oct 22, 2021
I have the same issue.
After some research i found a workaround here angular/angular#16755 (comment)
I didn't figure out how to add a tag in the model to use @ViewChild(tag) so i use document element :
I'm submitting a
I'm using
Description
We've started using NG Dynamic Forms version 6.0.7 in a form-heavy application of ours where we use Angular Material as well. This worked perfectly and help us save lots of from code. We have quite a lot of inputs where we make use of masks.
In the process of updating the application we wanted to update NG Dynamic Forms to the latest version but have seen that masks are not supported anymore when Angular Material is used.
Is there a way to bring the support for mask back when used with Angular Material?
The text was updated successfully, but these errors were encountered: