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 Jun 16, 2023
1 parent f5e01e9 commit 464752f
Show file tree
Hide file tree
Showing 4 changed files with 811 additions and 673 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 464752f

Please sign in to comment.