umb-property-editor not re-rendering when model updates (specifically RTE)
I've been working on some custom backoffice stuff where I use a few umb-property-editors in a single document type. I have a working swap function which swaps the positions of two elements in the model.
If I use a standard textbox, I see that the view is updated live and the contents of two textboxes that got swapped have changed (binded via ng-model=).
However, umb-property-editor does not update (binded via model=).
Is this an intentional thing? Or am I doing something wrong?
umb-property-editor not re-rendering when model updates (specifically RTE)
I've been working on some custom backoffice stuff where I use a few umb-property-editors in a single document type. I have a working swap function which swaps the positions of two elements in the model.
If I use a standard textbox, I see that the view is updated live and the contents of two textboxes that got swapped have changed (binded via ng-model=).
However, umb-property-editor does not update (binded via model=).
Is this an intentional thing? Or am I doing something wrong?
My account was being verified and in that time the topic has dropped down on the forums so I'm bumping it.
Hi, I still have this problem and I still need any help regarding this. If it helps, I'll provide an example.
Here is the problematic scenario:
is working on a reply...