-
Notifications
You must be signed in to change notification settings - Fork 562
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
Tab buttons need type='button'
#165
Comments
I just run into this issue. Happy to submit a PR for this, just lemme know! |
Fixed in #304 |
this seems to have regressed in a2ab2be (v0.7.3) |
Per my note in the linked PR, this was removed because our type check isn't reliable. It might still be worth it to have this as a default, but if a custom component is passed to |
I'm launching the Dialog from inside a form. The default tab buttons have the default, implicit type of "submit" so clicking a tab submits the form.
Workaround is manually set
type='button'
on each<Tab>
The text was updated successfully, but these errors were encountered: