@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.
@@ -769,7 +769,7 @@ let QueryBuilder = class QueryBuilder extends Component {
769
769
  this.selectedColumn = dropDownObj.getDataByValue(dropDownObj.value);
770
770
  validateRule = !isNullOrUndefined(dropDownObj.index) && this.selectedColumn.validation;
771
771
  }
772
- fieldElem = tempElem.querySelector('.e-rule-field .e-control');
772
+ fieldElem = tempElem.querySelector('.e-rule-field input.e-control');
773
773
  if (validateRule && validateRule.isRequired) {
774
774
  while (indexElem && indexElem.previousElementSibling !== null) {
775
775
  indexElem = indexElem.previousElementSibling;