You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance you can provide a more detailed code example for step one? I would like to help test but need more specific testing instructions as I am new to testing custom code cases like this one.
Thanks! I thought I could copy paste in a test but I am not sure where to put the code. I'll leave the Needs Technical Feedback label and wait for a developer who knows a bit more about how to test this to respond. 😊
Describe the bug
The buttons in the tab panel component trigger form submission.
To Reproduce
Steps to reproduce the behavior:
<form>
element with anonSubmit
handler.onSubmit
handler is triggered.Expected behavior
The tab to change but the form not to be submitted.
Possible Solutions
preventDefault
on the click event.type="button"
to theTabButton
component.TabButton
via thetabs
prop.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: