dify - 💡(How to fix) Fix Support Enter key confirmation in app deletion modal [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

When deleting an app from the app list, the confirmation modal asks the user to type the exact app name before confirming. After typing the app name, focus remains in the confirmation input, so users naturally expect pressing Enter to submit the confirmation.

Currently, the flow requires clicking the Confirm button even when the typed app name is already valid. Supporting Enter in the focused confirmation input would make the destructive confirmation flow more consistent with common form behavior while preserving the existing exact-name guard.

2. Additional context or comments

The behavior should only confirm deletion when the typed value matches the app name and the existing confirmation action is enabled. It should reuse the same guard as the Confirm button rather than bypassing disabled or pending states.

Related draft PR: https://github.com/langgenius/dify/pull/35920

3. Can you help us with this feature?

  • I am interested in contributing to this feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - 💡(How to fix) Fix Support Enter key confirmation in app deletion modal [1 pull requests]