Skip to content

Commit 2239de9

Browse files
committed
feat: Button type removes null and adds undefined.
1 parent 650b75f commit 2239de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-button/lib/uui-button.element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export class UUIButtonElement extends LabelMixin('', LitElement) {
508508
`,
509509
];
510510
/**
511-
* Specifies the type of button.
511+
* Specifies the type of button
512512
* @type { "submit" | "button" | "reset" }
513513
* @attr
514514
* @default "button"

0 commit comments

Comments
 (0)