mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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 });
|
||||
</script>
|
||||
|
||||
<Form {...$$restProps} class="bx--form--fluid {$$restProps.class}">
|
||||
<Form {...$$restProps} class="bx--form--fluid {$$restProps.class}" on:submit>
|
||||
<slot />
|
||||
</Form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue