diff --git a/src/js/textext.plugin.arrow.js b/src/js/textext.plugin.arrow.js index 0531acb..a8bc734 100644 --- a/src/js/textext.plugin.arrow.js +++ b/src/js/textext.plugin.arrow.js @@ -97,6 +97,7 @@ p.onArrowClick = function(e) { this.trigger('toggleDropdown'); + this.trigger('getSuggestions', { query: this.val() }); this.core().focusInput(); };