Open
Description
I have a problem with getting the MatSlider work the way I need. Basically in my case both max position and current value can change outside of user input and I need the slider position to update with it, but whatever I do I can only change the slider manually. I'm not sure whether it is not possible, it is a bug or I am doing something wrong (I admit I'm quite new to Blazor).
I've created little test program for this: https://blazorfiddle.com/s/ly8a6dyi . When I change the slider position the bound value is changed properly, but changing the value from other source does not change the slider position - it is the same for max value property.