@syncfusion/ej2-inplace-editor 23.1.36 → 23.1.40

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.
@@ -824,7 +824,7 @@ var InPlaceEditor = /** @__PURE__ @class */ (function (_super) {
824
824
  if (this.isTemplate) {
825
825
  return;
826
826
  }
827
- this.isExtModule ? this.notify(setFocus, {}) : this.componentObj.element.focus();
827
+ this.isExtModule ? this.notify(setFocus, {}) : this.componentObj.getModuleName() === 'dropdownlist' ? this.componentObj.focusIn() : this.componentObj.element.focus();
828
828
  };
829
829
  InPlaceEditor.prototype.removeEditor = function (isBlazorDestroy) {
830
830
  if (isBlazor() && !this.isStringTemplate) {