umco / umbraco-property-list

Property List - a repeatable list (of selected datatype) for Umbraco 7.6+

Home Page:https://our.umbraco.com/projects/backoffice-extensions/property-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out the "formSubmitting" issue

leekelleher opened this issue · comments

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.

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 16be3d9 for the implementation.