Skip to content

Commit

Permalink
add a custom property to the dropdown node so it be linked to which t…
Browse files Browse the repository at this point in the history
…agify instance it belongs to
  • Loading branch information
yairEO committed May 8, 2024
1 parent 4f2e028 commit 02f251c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parts/dropdown.js
Expand Up @@ -11,6 +11,7 @@ export function initDropdown(){
: this._dropdown[p]

this.dropdown.refs()
this.DOM.dropdown.__tagify = this
}

export default {
Expand Down

0 comments on commit 02f251c

Please sign in to comment.