mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(form): forward submit event in FluidForm #487
This commit is contained in:
parent
4e9cf10ad1
commit
8e5beeebad
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
setContext("Form", { isFluid: true });
|
setContext("Form", { isFluid: true });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Form {...$$restProps} class="bx--form--fluid {$$restProps.class}">
|
<Form {...$$restProps} class="bx--form--fluid {$$restProps.class}" on:submit>
|
||||||
<slot />
|
<slot />
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue