Skip to content

Commit 5ec921c

Browse files
author
Catherine Siller
authored
Merge pull request #464 from rackerlabs/CITguy-patch-1
feat(HXElement): add 'hx-defined' attr on connect
2 parents 8f02a1a + 5535f63 commit 5ec921c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helix-ui/elements/HXElement.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export class HXElement extends HTMLElement {
110110
connectedCallback () {
111111
this._$tabIndex = this.getAttribute('tabindex');
112112
this.$upgradeProperty('disabled');
113+
this.setAttribute('hx-defined', '');
113114
this.$onConnect();
114115
}
115116

0 commit comments

Comments
 (0)