bpmn-io / properties-panel

Library for creating bpmn-io properties panels.
MIT License
31 stars 21 forks source link

Support placeholder in text and FEEL text entries #363

Closed barmac closed 5 months ago

barmac commented 5 months ago

This PR implements placeholder property in the entries used in the element templates project. We can implement it in other entries (where it makes sense) if we decide to adopt placeholders everywhere.

Related to https://github.com/bpmn-io/bpmn-js-element-templates/issues/92

barmac commented 5 months ago

Note that for some entries (e.g. checkbox), placeholder does not make sense. So we will never have placeholders for all entries.