We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3996b62 commit ff41f24Copy full SHA for ff41f24
src/main/utils.js
@@ -695,6 +695,7 @@
695
.click(function () {
696
$input.focus();
697
$input.val($(this).text());
698
+ $input.trigger('change');
699
onSelectSuggestion($input);
700
});
701
@@ -713,6 +714,7 @@
713
714
if ($suggestionContainer.length > 0) {
715
var newText = $suggestionContainer.find('div').eq($.formUtils._selectedSuggestion).text();
716
$input.val(newText);
717
718
719
e.preventDefault();
720
}
0 commit comments