Closed DokurOmkar closed 5 years ago
Hi Nupin,
When I use [min]=0, the slider is not working at the first load.
Here is the example I am using: <npn-slider [min]="0" [max]="24" disabled="{{!filtersEnabled}}" [showStepIndicator]="true" (onChange)="onHourChangeEnd($event)"> </npn-slider>
<npn-slider [min]="0" [max]="24" disabled="{{!filtersEnabled}}" [showStepIndicator]="true" (onChange)="onHourChangeEnd($event)"> </npn-slider>
Please advise.
Thank you for reporting this issue. I fixed it. Please take latest version of npn-slider v1.3.2
cheers!
Hi Nupin,
When I use [min]=0, the slider is not working at the first load.
Here is the example I am using:
<npn-slider [min]="0" [max]="24" disabled="{{!filtersEnabled}}" [showStepIndicator]="true" (onChange)="onHourChangeEnd($event)"> </npn-slider>
Please advise.