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

Make pressing enter submit instance resize modal form #2586

Merged
merged 3 commits into from
Nov 28, 2024

Conversation

david-crespo
Copy link
Collaborator

Closes #2585

Modal.Footer has more lines of props than lines of code. Not my favorite.

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Nov 28, 2024 4:13am

cancelText?: string
disabled?: boolean
} & MergeExclusive<{ formId: string }, { onAction: () => void }>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yoooo MergeExclusive is my new best friend

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

@david-crespo david-crespo enabled auto-merge (squash) November 28, 2024 04:13
@david-crespo david-crespo merged commit d7fd3c4 into main Nov 28, 2024
8 checks passed
@david-crespo david-crespo deleted the instance-resize-fix branch November 28, 2024 04:22
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.

Instance resize modal: enter doesn't submit the form
2 participants