I want to add a button after an input field in property panel, this button can bind a click event to open a modal dialog, and I can make some operation to return a value into this input field. This makes me to load external data resource, but how can I add a button which binding a click event after this input field? Hope someone can make any suggestions. Thanks
The proper way to do this would be a properties panel extension: bpmn-js-examples/properties-panel-async-extension at main · bpmn-io/bpmn-js-examples · GitHub Have you checked this out?