bpmn-io / form-js

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

Labels are added to the schema for unlabeled fields #1196

Open Skaiir opened 3 months ago

Skaiir commented 3 months ago

Describe the Bug

Labels are automatically generated for fields which do not use them. See:

grafik

The main issue stems from the fact that we do not have a property which makes fields labeled or unlabeled, or rather we have no differentiator between labels used in the editor/palette and labels used in the field itself.

Steps to Reproduce

  1. add a text view using the editor playground
  2. inspect the schema
  3. label is present

Expected Behavior

  1. no label should be present

Environment

All in latest