File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -329,11 +329,6 @@ export class IgcSliderBaseComponent extends LitElement {
329329 this . activeThumb ?. part . add ( 'focused' ) ;
330330 }
331331
332- public override connectedCallback ( ) {
333- super . connectedCallback ( ) ;
334- this . normalizeValue ( ) ;
335- }
336-
337332 protected handleSlotChange ( ) {
338333 this . labels = this . labelElements . map ( ( label ) => label . textContent ?? '' ) ;
339334 if ( this . hasLabels ) {
Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ export default class IgcSliderComponent extends FormAssociatedMixin(
9292 }
9393
9494 protected override normalizeValue ( ) : void {
95- // this._formValue.value = this.validateValue(this.value);
96- // REVIEW
9795 this . value = this . validateValue ( this . value ) ;
9896 }
9997
You can’t perform that action at this time.
0 commit comments