Closed ben-ryder closed 10 months ago
Tag button has now been replaced with PillButton this currently doesn't set the type, but passes through button props which could include type. If something like a form element is using the PillButton, it can set the type
Describe the bug JTag button does not use
type="button"
which means it can submit forms when used within one.