mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
breaking(form): do not prevent default behavior on submit event
Closes #1140 Related #1134
This commit is contained in:
parent
bc8903a67b
commit
77a77977ab
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
on:mouseover
|
on:mouseover
|
||||||
on:mouseenter
|
on:mouseenter
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
on:submit|preventDefault
|
on:submit
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue