Community
Participate
Working Groups
It would help if had an easy to use event when a form is ready to be submitted. The definition for "ready to be submitted" would be "no more mandatory or error markers" and we would send an event when that is the case. This could be then consumed by a submodulecontroller to enable or disable a submit button. This Event should of course also (not only) be consumable by Annotation i.e. @OnNavigationNodeEvent(event = Event.NO_MANDATORY_OR_ERROR) or something like this.