Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"type": "Text" Fields do not keep size when editing #105

Open
marstamm opened this issue Jun 4, 2024 · 2 comments
Open

"type": "Text" Fields do not keep size when editing #105

marstamm opened this issue Jun 4, 2024 · 2 comments
Labels
backlog Queued in backlog bug Something isn't working properties panel spring cleaning Could be cleaned up one day ux

Comments

@marstamm
Copy link
Collaborator

marstamm commented Jun 4, 2024

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)

Recording 2024-06-04 at 10 22 10

Steps to Reproduce

Property to test:

      {
        "label": "text",
        "type": "Text",
        "binding": {
          "type": "zeebe:property",
          "name": "dynamic"
        }
      }
  1. Create a template with the property above
  2. apply it
  3. expand the text area
  4. Start typing
  5. 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:

Recording 2024-06-04 at 10 25 38

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
@barmac
Copy link
Member

barmac commented Jun 4, 2024

I can reproduce this. It does not happen to the non-template fields like documentation.

@nikku nikku added spring cleaning Could be cleaned up one day ux properties panel labels Jun 7, 2024
@nikku
Copy link
Member

nikku commented Jun 7, 2024

Adding to spring cleaning and backlog as I think this is a minor annoyance, to be fixed, some day, maybe.

@nikku nikku added the backlog Queued in backlog label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bug Something isn't working properties panel spring cleaning Could be cleaned up one day ux
Projects
None yet
Development

No branches or pull requests

3 participants