-
-
Notifications
You must be signed in to change notification settings - Fork 378
MatSlider position not updated on state changes #332
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerswaiting releaseThis issue has been fixed in the dev branch and is waiting releaseThis issue has been fixed in the dev branch and is waiting release
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerswaiting releaseThis issue has been fixed in the dev branch and is waiting releaseThis issue has been fixed in the dev branch and is waiting release
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.