diff --git a/packages/core/src/components/button/button.tsx b/packages/core/src/components/button/button.tsx index 88eff9e8bf..4a2ec2e0b4 100644 --- a/packages/core/src/components/button/button.tsx +++ b/packages/core/src/components/button/button.tsx @@ -132,7 +132,7 @@ export class Button { }; const attrs = (TagType === 'button') - ? {type: 'button'} + ? { type: this.type } : {}; return (