moritzvieli / ngx-bootstrap-slider

An Angular Bootstrap Slider, based on seiyria/bootstrap-slider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slider not receiving arrays into "value" field.

rogeraleite opened this issue · comments

I could not make a slider receive an array as value. This was/is possible in the original library. Any clue of what could I do in order to have an interval slider?

I solved activating the range option and setting the values with a predefined array:
<mv-slider [(value)]="an array" [range]="true">