Hi Luana,
Good day to you.
We have validated your reported problem in Blazor Slider component. Unfortunately, we were unable to reproduce your reported problem in our end. We suspect that, you have may be missed to define the Value property as two-way binding.
Please refer to the below code block.
<SfSlider TValue="int[]" Min="MinValue()" Max="@MaxValue()" Type="SliderType.Range" @bind-Value="SliderValues">
<SliderEvents TValue="int[]" OnTooltipChange="@TooltipChange" TicksRendering="@TickesRendering"></SliderEvents>
<SliderTicks Placement="Placement.Before" LargeStep="7200000" SmallStep="3600000" ShowSmallTicks="true"></SliderTicks>
<SliderTooltip Placement="TooltipPlacement.After" IsVisible="true"></SliderTooltip>
</SfSlider> |
Please refer to the below link for release notes.
Also, we have found an issue in Slider tooltip formatting. We will fix that issue and include the fix in upcoming weekly release.
You can track the status of this issue fix through the following feedback portal link.
We appreciate your patience.
Regards,
Muthukrishnan K