bpmn-io / bpmn-js-properties-panel

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

fix(Id): create validation function as callback #1022

Closed marstamm closed 5 months ago

marstamm commented 5 months ago

Root cause: not properly using Callback hooks, changing the Validation function every render. This caused a recheck with the correct value, since the incorrect one is not applied to the XML.

Closes https://github.com/bpmn-io/bpmn-js-properties-panel/issues/1021