From 7b7f9ea159437b1975ad50c0c02bc82cfe9844f8 Mon Sep 17 00:00:00 2001 From: Pawel Smolinski Date: Mon, 6 Jul 2015 12:59:29 +0100 Subject: [PATCH] always refresh suggestions list when arrow will be clicked --- src/js/textext.plugin.arrow.js | 1 + 1 file changed, 1 insertion(+) 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(); };