Open
Description
In the packages/react/src/blocks/ToggleWrapper, the two <button>
elements do not specify a type. This causes them to default to type="submit", which results in unintended form submissions. This becomes a problem when the editor is placed inside a <form>
, because clicking one of these toggle buttons submits the entire form.
Metadata
Metadata
Assignees
Labels
No labels