We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a97a83 commit 7647820Copy full SHA for 7647820
packages/uui-button/lib/uui-button.element.ts
@@ -138,10 +138,10 @@ export class UUIButtonElement extends UUIFormControlMixin(
138
public rel?: string;
139
140
/**
141
- * Set the rel attribute for an anchor tag, only used when using href.
+ * Sets the title attribute, which provides a tooltip for both button and anchor elements.
142
* @type {string}
143
* @attr
144
- * @default undefined
+ * @default ''
145
*/
146
@property({ type: String })
147
public title: string = '';
0 commit comments