angular icon indicating copy to clipboard operation
angular copied to clipboard

Fixed change event undefined on template issue

Open ecvelayo opened this issue 3 years ago • 2 comments
trafficstars

references to https://github.com/formio/angular/issues/848 and https://github.com/formio/angular/issues/812

ecvelayo avatar Jul 28 '22 13:07 ecvelayo

@travist can we merge this?

iangabrielsanchez avatar Aug 12 '22 05:08 iangabrielsanchez

Doesn't this make the change handler required? It should be optional. Please advise.

travist avatar Aug 31 '22 13:08 travist

@travist No, it doesn't. Outputs in angular should never be optional.

Skipperwastaken avatar Apr 14 '23 11:04 Skipperwastaken

@travist Ouputs in angular should never be optional and in fact breaks the usage of the output and you cannot use it if it is optional.

Hence this pr.

This change does not require you to use the Output, it does fix the output so that it works.

davidyoung77 avatar Apr 25 '23 19:04 davidyoung77