mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 23:01:00 +00:00
Fire change event on select
This commit is contained in:
parent
08c284c00d
commit
02bf3ecced
@ -917,7 +917,7 @@
|
||||
that.currentValue = that.getValue(suggestion.value);
|
||||
|
||||
if (that.currentValue !== that.el.val() && !that.options.preserveInput) {
|
||||
that.el.val(that.currentValue);
|
||||
that.el.val(that.currentValue).trigger('change');
|
||||
}
|
||||
|
||||
that.signalHint(null);
|
||||
|
Loading…
Reference in New Issue
Block a user