This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Support 'submit' updateOn trigger for forms when using ng-model-options #7017
Closed
Description
This seems important since when we have inputs that pend updates using ng-model-options
we still want all changes to take place immediately if the form is submitted.
I'll have a PR ready with this probably this week.
This can be also very useful since ppl will no longer need to have shadow copies of objects while they let users edit an object in a form. The changes will be flushed only when the form is submitted if they use something like {updateOn: 'submit', validateOn: 'default'}
(see #7016)