For Bug 41407

This commit is contained in:
Julia Radzhabova 2019-05-31 11:45:02 +03:00
parent 3fea3a36d5
commit adb0adaca1

View file

@ -383,6 +383,10 @@ define([
},
onBeforeShowMenu: function(e) {
if (this.store.length<1) {
e.preventDefault();
return;
}
Common.UI.ComboBox.prototype.onBeforeShowMenu.apply(this, arguments);
if (!this.getSelectedRecord() && !!this.getRawValue()) {