Replies: 3 comments
-
The rendering of validation messages of label edits is done by the bound implementation of |
Beta Was this translation helpful? Give feedback.
-
[MoHcmp] Thank you. This works but with old version of balloon-css. Should use '^0.5.0' like in workflow-glsp example |
Beta Was this translation helpful? Give feedback.
-
Ok good! If you'd like to upgrade the baloon-css dependency, feel free to open a PR. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I created scheme element with structure ElementBody -> Label. I Made label editable, by setting feature
editLabelFeature
, by implementingNameable, WithEditableLabel
and setting DEFAULT_FEATURES in element model.On server i created own implementation of LabelEditValidator and registered it. All works fine - label on client can be edited, validator on server works fine. But when validator returns error with message there is no message on client side. Just cannot apply entered text. What should i do to make error message visible for user?
original thread by MoHcmp
Beta Was this translation helpful? Give feedback.
All reactions