Skip to content

Fix Enter key handling in Custom UI and Editors forms#3090

Open
sebjulliand wants to merge 1 commit intomasterfrom
fixEnterForms
Open

Fix Enter key handling in Custom UI and Editors forms#3090
sebjulliand wants to merge 1 commit intomasterfrom
fixEnterForms

Conversation

@sebjulliand
Copy link
Member

Changes

This PR fixes a small regression introduced by #3083 .

Pressing Enter in a text field in a custom Webview or Editor would make the UI go blank without submitting the form.

Pressing Enter will now:

  • submitt the form when working with a Custom Webview (login settings, connection settings, ...)
  • do nothing when working with a Custom Editor (action, profile...)

The heading input type has been added to the non-input type of fields. This was causing a silent crash when saving an editor.

How to test this PR

  1. Open any custom webview
  2. Pressing Enter in a text field must submit the form and close the webview
  3. Open an editor (action, profile, ...)
  4. Pressing Enter in a text field must do nothing

Checklist

  • have tested my change

Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
@sebjulliand sebjulliand added this to the 3.0.0 milestone Feb 25, 2026
@sebjulliand sebjulliand requested a review from a team February 25, 2026 17:16
@sebjulliand sebjulliand self-assigned this Feb 25, 2026
@sebjulliand sebjulliand added the bug A confirmed issue when something isn't working as intended label Feb 25, 2026
@github-actions
Copy link
Contributor

👋 A new build is available for this PR based on 8301a15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A confirmed issue when something isn't working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant