[DE] Fix Bug 48260
This commit is contained in:
parent
6f7264406e
commit
09b023c842
|
@ -131,6 +131,8 @@ define([
|
||||||
if ($(e.target).closest('input').length) { // enter in input field
|
if ($(e.target).closest('input').length) { // enter in input field
|
||||||
if (this.lastValue !== this._input.val())
|
if (this.lastValue !== this._input.val())
|
||||||
this._input.trigger('change');
|
this._input.trigger('change');
|
||||||
|
else
|
||||||
|
return true;
|
||||||
} else { // enter in dropdown list
|
} else { // enter in dropdown list
|
||||||
$(e.target).click();
|
$(e.target).click();
|
||||||
if (this.rendered) {
|
if (this.rendered) {
|
||||||
|
|
Loading…
Reference in a new issue