bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.
MIT License
293 stars 196 forks source link

feat: validate `dropdown` and `textarea` custom entries #922

Closed marstamm closed 1 year ago

marstamm commented 1 year ago

related to https://github.com/camunda/camunda-modeler/issues/3567

barmac commented 1 year ago

This is actually breaking the properties panel for certain cases, cf. https://camunda.slack.com/archives/CKGH9LR40/p1684417089472889 Basically the validator receives sometimes undefined and it fails thereafter.

edit: Or maybe not, but cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/926