Skip to content

Event handling

Andreas Hilken edited this page Mar 14, 2018 · 3 revisions

Beside the Events hat are raised on the Form Component you can also catch events on each control. You has to use the formDidMount. There you get an array of GenericFormInput objects. You only need to finde the control with the full contrl id and then attach the event that you want have.

Warning

Not all events should be catched. Those Properties and Events that are not possible to overwrite as property should also not be catched here.

Clone this wiki locally