cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.74k stars 75 forks source link

[Bug] Buttons & Icon Buttons Triggering onSubmit Event in Forms #439

Open xeinebiu opened 1 month ago

xeinebiu commented 1 month ago

I noticed that Buttons and Icon Buttons are triggering the onSubmit event in forms. After inspecting the DOM, I found that the Button elements are missing a type="button" attribute.

Adding type="button" resolves the issue. Could you update the package that all buttons have this attribute by default to prevent this behavior?