Describe the Bug
When I manually expand a Text Area and type, it immeidately resizes to fit the size of the content. This works in both directions (expanding and collapsing)

Steps to Reproduce
Property to test:
{
"label": "text",
"type": "Text",
"binding": {
"type": "zeebe:property",
"name": "dynamic"
}
}
- Create a template with the property above
- apply it
- expand the text area
- Start typing
- It collapses to 1 line again
Expected Behavior
Same behavior as for "feel: optional" text fields. When I manually change the size, keep it when editing:

Environment
- Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
- OS: [e.g. Windows 7]
- Library version: 1.15.3
Describe the Bug
When I manually expand a Text Area and type, it immeidately resizes to fit the size of the content. This works in both directions (expanding and collapsing)
Steps to Reproduce
Property to test:
Expected Behavior
Same behavior as for "feel: optional" text fields. When I manually change the size, keep it when editing:
Environment