Override form properties

Hi,

I was wondering whether it would be possible to override the Form input box in the Properties panel? Instead of typing in a form name I would like to render a select box or autocomplete with a list of forms.

I don’t know whether creating a custom tab is the way to go in which case would I be able to replace my tab with the existing Form tab?

Any help or pointers to any documentation would be appreciated.

With the latest version of bpmn-js-properties-panel (v0.42) you have the ability to override existing entries quite deeply. Follow our example on how to hook into the collection of the to-be-rendered entries.

A (non-complete) example for the Camunda Forms tab can be found in this CodeSandbox.

2 Likes