umco / umbraco-property-list

Property List - a repeatable list (of selected datatype) for Umbraco 7.6+
https://our.umbraco.com/projects/backoffice-extensions/property-list/
MIT License
7 stars 2 forks source link

Figure out the "formSubmitting" issue #5

Closed leekelleher closed 6 years ago

leekelleher commented 6 years ago

Note to self. I can't work out how to handle nested property-editors that use the "formSubmitting" event to build their values. Chatted with @mattbrailsford about it this morning, (it made sense at the time), but struggling to get it to work. I have to park it for the time being. Opened this issue to remind me later.

leekelleher commented 6 years ago

All figured out. We needed to have a custom directive to hold the nested property-editor, so that we could capture the "formSubmitting" event and handle accordingly. See commit 16be3d910b25f04843456540f09339ca235be6f7 for the implementation.