We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the property
{ "label": "Demo", "value": false, "type": "Boolean", "feel": "required", "binding": { "type": "zeebe:input", "name": "foo" } }
will break the feel editor
The FEEL editor shows =false and is editable
=false
Reported here: camunda/camunda-modeler#4154 (comment) related to camunda/camunda-modeler#3622
The text was updated successfully, but these errors were encountered:
fix(FeelProperty): support non-string values
b443159
closes #70
db10dc2
marstamm
Successfully merging a pull request may close this issue.
Describe the Bug
Adding the property
will break the feel editor
Steps to Reproduce
Expected Behavior
The FEEL editor shows
=false
and is editableAdditional info
Reported here: camunda/camunda-modeler#4154 (comment)
related to camunda/camunda-modeler#3622
Environment
The text was updated successfully, but these errors were encountered: