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
Specifically, there was some work done to move away from toggle, button and toward a new ButtonGroupButton component. Now the type is not being passed along, which I believe causes all these buttons to be submit buttons.
Let me know what you all think. I am happy to submit a PR for a fix if we agree.
The text was updated successfully, but these errors were encountered:
Good catch. It looks like we need to explicitly pass type="button" to the EuiButtonDisplay used in EuiButtonGroupButton with the allowance to override. We'd be happy to review a PR!
Hello All,
I noticed my button group buttons are now submitting my form when I click them (I recently upgrading 29.4.x to 30.5.x. I believe this is related to this commit: 9e55637#diff-0006e261d91cfc0baa5577b8831164cb82ef31537b4d3f8df9df4d9efd6134f3
Specifically, there was some work done to move away from toggle, button and toward a new ButtonGroupButton component. Now the type is not being passed along, which I believe causes all these buttons to be submit buttons.
Let me know what you all think. I am happy to submit a PR for a fix if we agree.
The text was updated successfully, but these errors were encountered: