bpmn-io / form-js

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

Remove `label` property on the datetime component #1268

Closed vsgoulart closed 1 month ago

vsgoulart commented 2 months ago

What should we do?

Currently we have the label property exported in the datetime component but this property is not used anywhere except on the properties panel with the static value Date time.

We should remove this property and use the existing ones dateLabel and timeLabel

Why should we do it?

To keep the exported schema clean with only relevant data

Skaiir commented 1 month ago

Closed via #1292