npnm / NpnSlider

A multi range slider component using Angular
https://npnm.github.io/NpnSlider
MIT License
14 stars 10 forks source link

Npn Slider not accepting 0 for min #10

Closed DokurOmkar closed 5 years ago

DokurOmkar commented 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>

Please advise.

npnm commented 5 years ago

Thank you for reporting this issue. I fixed it. Please take latest version of npn-slider v1.3.2

cheers!