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

feat: Native Send Component #1874

Open
wants to merge 121 commits into
base: main
Choose a base branch
from
Open

feat: Native Send Component #1874

wants to merge 121 commits into from

Conversation

brendan-defi
Copy link
Contributor

What changed? Why?

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented Jan 24, 2025

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

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 8:32pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 8:32pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 8:32pm

Comment on lines +156 to +160
onKeyDown={(e) => {
if (e.key === 'Enter' || e.key === ' ') {
onActionPress?.();
}
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a little confused why you need an explicit onKeyDown handler? Shouldn't <button /> handle that out of the box?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, you're right, removing in 2068

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

Successfully merging this pull request may close these issues.

3 participants