-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Hi, i am trying to use it with reactive forms, but the initial value is not seted and we cannot update the value of the selectedSelectedAllocationIndex while move the spinner:
<div class="col-8" [formGroupName]="i">
<ng5-slider [(value)]="allocation.get('selectedSelectedAllocationIndex').value"
[manualRefresh]="manualRefresh"
[options]="getSliderOptions(i)"></ng5-slider>
</div>
It is better if i can simply add formControlName="selectedSelectedAllocationIndex", Like:
<div class="col-8" [formGroupName]="i">
<ng5-slider formControlName="selectedSelectedAllocationIndex"
[manualRefresh]="manualRefresh"
[options]="getSliderOptions(i)"></ng5-slider>
</div>
but it is not documented or not implemented. Any idea?
Metadata
Metadata
Assignees
Labels
No labels