@syncfusion/ej2-querybuilder 20.3.49 → 20.3.56

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.
@@ -821,7 +821,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
821
821
  this.selectedColumn = dropDownObj.getDataByValue(dropDownObj.value);
822
822
  validateRule = !isNullOrUndefined(dropDownObj.index) && this.selectedColumn.validation;
823
823
  }
824
- fieldElem = tempElem.querySelector('.e-rule-field .e-control');
824
+ fieldElem = tempElem.querySelector('.e-rule-field input.e-control');
825
825
  if (validateRule && validateRule.isRequired) {
826
826
  while (indexElem && indexElem.previousElementSibling !== null) {
827
827
  indexElem = indexElem.previousElementSibling;