@syncfusion/ej2-multicolumn-combobox 29.1.40 → 29.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1337,7 +1337,7 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
1337
1337
  if (isKeyDown === void 0) { isKeyDown = false; }
1338
1338
  var e = mouseEvent ? mouseEvent : keyEvent;
1339
1339
  var val = isKeyDown ? this.matchedContent : this.exactMatchedContent;
1340
- if (!val) {
1340
+ if (!val && e.code !== 'Enter') {
1341
1341
  this.inputEle.value = this.value = this.index = this.text = null;
1342
1342
  }
1343
1343
  this.hidePopup(e);