udos86 / ng-dynamic-forms

Rapid form development library for Angular
ISC License
1.32k stars 369 forks source link

Support customEvent in Basic UI #1006

Open ronnetzer opened 5 years ago

ronnetzer commented 5 years ago

I'm submitting a


[ ] Bug / Regression
[X] Feature Request / Proposal

I'm using


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 would like to open a PR for it if you approve.

Thanks.

ronnetzer commented 5 years ago

@udos86 waiting for any kind of response :)