@syncfusion/ej2-querybuilder 23.1.39 → 23.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.
@@ -1621,7 +1621,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
1621
1621
  this.GetRootColumnName(rule.field) === this.GetRootColumnName(this.previousColumn.field))) {
1622
1622
  var subField = this.selectedColumn.columns;
1623
1623
  for (var i = 0; i < subField.length; i++) {
1624
- if (rule.field === subField[i].field || rule.field.indexOf(subField[i].field) > -1) {
1624
+ if (rule.field === subField[i].field) {
1625
1625
  dropDownList.value = subField[i].field;
1626
1626
  this.selectedColumn = subField[i];
1627
1627
  subFieldValue = true;