@acorex/cdk 20.3.31 → 20.3.33

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.
@@ -690,7 +690,7 @@ class MXValueComponent extends MXInteractiveComponent {
690
690
  // Create copies of options without the 'title' property
691
691
  const rOptionsSanitized = omit(r.options, ['title']);
692
692
  const ruleToRemoveOptionsSanitized = omit(ruleToRemove.options, ['title']);
693
- return !isEqual(rOptionsSanitized, ruleToRemoveOptionsSanitized);
693
+ return !isEqual(rOptionsSanitized['pattern'], ruleToRemoveOptionsSanitized['pattern']);
694
694
  });
695
695
  this.validationRulesChange.emit(this.validationRules);
696
696
  this.setState('clear');