camunda-modeler
camunda-modeler copied to clipboard
Form Text Field is not resizable
Describe the bug
When I open or create a Form with a very long Text input, the Properties Panel becomes hard to use. This was not the case in 8.9
5.9
5.10
Steps to reproduce
- Open this Form:
{
"components": [
{
"text": "# Text\nI have a very long Text\nIn this Field\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt has whitespace, but I don't care\n\n\n\n\n\n\n\nHello",
"type": "text",
"id": "Field_06ike7l"
}
],
"type": "default",
"id": "Form_1617zj4",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.1.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.9.0"
},
"schemaVersion": 7
}
- I have to scroll or close the "General" Tab completely to see the rest of the properties.
Expected behavior
The Area has a size limit by default that I can extend if needed to (5.9 behavior)
Environment
Camunda Modeler system information
- Version: 5.10.0-rc.0
- Operating System: Windows 10 amd64
- Plugins:
- Execution Platform: Form - Camunda Platform 8
Additional context
No response