We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502ed5a commit c1e920bCopy full SHA for c1e920b
projects/igniteui-angular/src/lib/slider/slider.component.ts
@@ -1425,17 +1425,8 @@ export class IgxSliderComponent implements
1425
this.lowerValue = (value as IRangeSliderValue).lower;
1426
this._onChangeCallback({lower: this.lowerValue, upper: this.upperValue});
1427
}
1428
-
1429
- // this.executeOnChange();
1430
1431
1432
- // private executeOnChange() {
1433
- // if (this.isRange) {
1434
- // } else {
1435
1436
- // }
1437
1438
1439
private emitValueChanged(oldValue: number | IRangeSliderValue) {
1440
this.onValueChange.emit({ oldValue, value: this.value });
1441
0 commit comments