bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
295 stars 137 forks source link

fix: make FEEL editor in literal expression save value #787

Closed barmac closed 1 year ago

barmac commented 1 year ago

This was caused by an API mismatch. ContentEditable and LiteralExpression accept onInput while EditableComponent expects onChange.

Closes #786