New bootstrap-based layout #30
@ -124,7 +124,7 @@ class AutoSuggest {
|
|||||||
node.innerHTML = this.highlightMatches(query_tokens, item.label);
|
node.innerHTML = this.highlightMatches(query_tokens, item.label);
|
||||||
node.jsondata = item;
|
node.jsondata = item;
|
||||||
node.addEventListener('click', event => {
|
node.addEventListener('click', event => {
|
||||||
this.appendCallback(event.target.jsondata);
|
this.appendCallback(node.jsondata);
|
||||||
this.closeContainer();
|
this.closeContainer();
|
||||||
this.clearInput();
|
this.clearInput();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user