bpmn-io / form-js

View and visually edit JSON-based forms.
https://bpmn.io/toolkit/form-js/
Other
405 stars 103 forks source link

Error while loading tag list component. #1168

Closed jay67nie closed 3 months ago

jay67nie commented 5 months ago

Describe the Bug

When I put a taglist in a form and display it using the form.js package, I get an error that prevents other forms from loading as well

Images

image

image image

Expected Behavior

The form should load normally despite the taglist being there. This used to work in earlier versions (1.4) but now it doesn't.

Environment

jay67nie commented 4 months ago

How far with this?

Skaiir commented 4 months ago

@jay67nie Working on trying to replicate, can you send me the smallest form you can cause the error with, and show me how you load it exactly?

jay67nie commented 3 months ago

I realized that I was passing the values into "defaultValue" key instead of "values" key, which was wrong. I am closing the comment now.