@testgorilla/tgo-ui 4.1.0 → 4.1.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.
|
@@ -23415,7 +23415,7 @@ class SliderComponent {
|
|
|
23415
23415
|
this.sliderStart = value.start;
|
|
23416
23416
|
this.cdr.markForCheck();
|
|
23417
23417
|
if (this.control) {
|
|
23418
|
-
this.control.updateValueAndValidity();
|
|
23418
|
+
this.control.updateValueAndValidity({ emitEvent: false });
|
|
23419
23419
|
}
|
|
23420
23420
|
});
|
|
23421
23421
|
}
|