Skip to content

Commit

Permalink
feat(naming): dynamically generate unique name for auro-dropdown #127
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Apr 27, 2023
1 parent 1ed0cad commit aafc2c0
Show file tree
Hide file tree
Showing 5 changed files with 7,159 additions and 24,427 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ if (!customElements.get("combobox-input")) {
customElements.define("combobox-input", class extends AuroInput {});
}

if (!customElements.get("combobox-dropdown")) {
customElements.define("combobox-dropdown", class extends AuroDropdown {});
}

/**
* Register Custom Element.
* @param {Object} name - Name to use for custom element.
Expand Down
Loading

0 comments on commit aafc2c0

Please sign in to comment.