Skip to content

Commit

Permalink
fix(Button): stop applying type and htmlType to underlying tag form s…
Browse files Browse the repository at this point in the history
…ubmission bug fix
  • Loading branch information
N00nDay committed Oct 25, 2023
1 parent 5d33779 commit 6891701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/button/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
href={href ?? null}
use:useActions={use}
use:forwardEvents
{...exclude($$props, ['use', 'class'])}
{...exclude($$props, ['use', 'class', 'type', 'htmlType'])}
>
{#if defaultLoading}
{#if $$slots.leading && $$slots.icon}
Expand Down

1 comment on commit 6891701

@vercel
Copy link

@vercel vercel bot commented on 6891701 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stwui – ./

stwui-git-main-n00nday.vercel.app
stwui.vercel.app
stwui-n00nday.vercel.app

Please sign in to comment.