[DE] For Bug 51925

This commit is contained in:
Julia Radzhabova 2021-08-12 14:54:06 +03:00
parent 811977cb48
commit 6d6088233f

View file

@ -749,7 +749,7 @@ define([
if (rec) { if (rec) {
this.list.selectRecord(rec); this.list.selectRecord(rec);
this.list.scrollToRecord(rec); this.list.scrollToRecord(rec);
} else { } else if (!this.txtNewValue._input.is(':focus')) {
this.txtNewValue.setValue(''); this.txtNewValue.setValue('');
this._state.listValue = this._state.listIndex = undefined; this._state.listValue = this._state.listIndex = undefined;
} }