NG Dynamic Forms Version: `9.0.1`
[X] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] Ionic UI
[ ] Kendo UI
[ ] Material
[ ] NG Bootstrap
[ ] Prime NG
Description
Hi,
First of all I have to say that this is a great library that was done beautifully.
I have a situation where I have to override some of the dynamic controls in order to add a button that emits a customEvent.
I'm aware that this can also be done with a template but in my case, the control is too deep and I have no way to attach that template to the component. And also the styling is way too complex.
My problem is that Basic UI doesn't implement the customEvent output anywhere so even if I do everything correctly I cannot subscribe to this customEvent at all. not from the basic-ui-form and the basic-ui-control.
I'm submitting a
I'm using
Description
Hi, First of all I have to say that this is a great library that was done beautifully.
I have a situation where I have to override some of the dynamic controls in order to add a button that emits a customEvent.
I'm aware that this can also be done with a template but in my case, the control is too deep and I have no way to attach that template to the component. And also the styling is way too complex.
My problem is that Basic UI doesn't implement the customEvent output anywhere so even if I do everything correctly I cannot subscribe to this customEvent at all. not from the basic-ui-form and the basic-ui-control.
I would like to open a PR for it if you approve.
Thanks.