@evotor-dev/ui-kit 7.4.0 → 7.4.1

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.
@@ -1135,7 +1135,7 @@ class EvoInputComponent extends EvoBaseControl {
1135
1135
  if (value || this._value) {
1136
1136
  this._value = this.removePrefix(value);
1137
1137
  this.onChange(this.prefix + (this._value || ''));
1138
- this.changeDetector.detectChanges();
1138
+ this.changeDetector.markForCheck();
1139
1139
  }
1140
1140
  }
1141
1141
  get inputClass() {