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

Allow <TonConnectButton> to generate <button type="button"> #16

Open
IlyaSemenov opened this issue Oct 16, 2024 · 1 comment
Open

Allow <TonConnectButton> to generate <button type="button"> #16

IlyaSemenov opened this issue Oct 16, 2024 · 1 comment

Comments

@IlyaSemenov
Copy link

<TonConnectButton> always generates <button> without type= attribute. As such, it can't be used inside <form>, as it works as <button type="submit"> and intercepts form submits when users presses Enter.

There should be a way to generate <button type="button">. In fact, it should be the default mode, as there is never a reason for Wallet Connect button to behave as a form submit button.

@IlyaSemenov
Copy link
Author

This seems to require a change in upstream as well.

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

No branches or pull requests

1 participant