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
Hi! in a need of create custom form controls to dynamic-forms angular material i have the necessity of extend DynamicFormService of core and use some private functions like createAbstractControl.
Why i need it? I face the problem of create groups visually grouped (that has same behaviour, like hidding), but not create two form groups in one.
So, to create my control i need use createAbstractControl, that is private and i cant use it from extension.
If couldn't, how i can do this?
The text was updated successfully, but these errors were encountered:
I'm submitting a
I'm using
Description
Hi! in a need of create custom form controls to dynamic-forms angular material i have the necessity of extend DynamicFormService of core and use some private functions like createAbstractControl.
Why i need it? I face the problem of create groups visually grouped (that has same behaviour, like hidding), but not create two form groups in one.
So, to create my control i need use
createAbstractControl
, that is private and i cant use it from extension.If couldn't, how i can do this?
The text was updated successfully, but these errors were encountered: