How to trigger elements.changed event?

Hi guys,

I am trying to drag and drop label text from popover to input text field.

I have implemented drag and drop functionality for this. while dragging I am getting a value of the label and while dropping I am assigning that value to the dropped input field.

But elements.changed event is not triggering. My concern is how to trigger this event when the value for the input field is assigned.

I am using bpmn-js-properties-panel library.

Please suggest some help.

@nikku Please Suggest me the better direction. I am still stuck in this issue.

Please share the code you implement the drag and drop functionality with.

Otherwise it’ll be extremely difficult to understand what you are doing and what you may be missing.