Skip to content

Commit 7647820

Browse files
Update packages/uui-button/lib/uui-button.element.ts
Co-authored-by: Copilot <[email protected]>
1 parent 6a97a83 commit 7647820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ export class UUIButtonElement extends UUIFormControlMixin(
138138
public rel?: string;
139139

140140
/**
141-
* Set the rel attribute for an anchor tag, only used when using href.
141+
* Sets the title attribute, which provides a tooltip for both button and anchor elements.
142142
* @type {string}
143143
* @attr
144-
* @default undefined
144+
* @default ''
145145
*/
146146
@property({ type: String })
147147
public title: string = '';

0 commit comments

Comments
 (0)