We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d19f8 commit df34a48Copy full SHA for df34a48
1 file changed
packages/ui/src/components/button/button.tsx
@@ -46,6 +46,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>((props, ref) =>
46
ref={ref}
47
disabled={loading || disabled}
48
aria-disabled={loading || disabled}
49
+ type={type}
50
{...etc}
51
>
52
{startIcon && !loading && startIcon}
0 commit comments