Skip to content

Commit e8a487d

Browse files
committed
fix button
1 parent 9e6488a commit e8a487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export class UUIButtonElement extends FormControlMixin(
421421
* @attr
422422
* @default undefined
423423
*/
424-
@property({ type: String })
424+
@property({ type: String, attribute: 'popovertarget' })
425425
public popoverContainerElement?: string;
426426

427427
/**

0 commit comments

Comments
 (0)