Skip to content

fix: enter closes warning #2080

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HarshMN2345
Copy link
Member

Fix: Database creation modal ENTER key behavior (SER-40)

Problem

When creating a database, pressing ENTER in the name field was dismissing the backup warning alert instead of submitting the form. Users had to press ENTER twice - once to dismiss the warning, then again to create the database.

Root Cause

The dismissible Alert.Inline component's close button was capturing ENTER key events before they could reach the form submission handler. This happened due to accessibility keyboard support in the alert component.

image

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jul 4, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-07-04 06:20:11 CET

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jul 4, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-07-04 06:20:10 CET

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant