Describe the bug
This is probably a similar issue to #658: Changing the value of a MatSlider from code doesn't update the slider.
To Reproduce
<MatBlazor.MatSlider @bind-Value="Value" ValueMin="0" ValueMax="100"></MatBlazor.MatSlider>
@Value
<MatBlazor.MatButton OnClick="() => Value = 20">Set to 20</MatBlazor.MatButton>
<MatBlazor.MatButton OnClick="() => Value = 80">Set to 80</MatBlazor.MatButton>
@code
{
public double Value { get; set; }
}
Blazorfiddle link
https://blazorfiddle.com/s/z7dwpg27
Describe the bug
This is probably a similar issue to #658: Changing the value of a MatSlider from code doesn't update the slider.
To Reproduce
Blazorfiddle link
https://blazorfiddle.com/s/z7dwpg27