Skip to content

Commit

Permalink
fixes #1099 - incorrect suggestions-autocomplete when suggestions are…
Browse files Browse the repository at this point in the history
… highlighted
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Aug 19, 2022
1 parent 8aa938f commit e2f0bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export default {
return;
}

itemData = this.suggestedListItems[this.getNodeIndex(elm)]
itemData = this.dropdown.getSuggestionDataByNode(elm)
this.state.ddItemData = itemData
this.state.ddItemElm = elm

Expand Down

0 comments on commit e2f0bed

Please sign in to comment.