X Tutup
The Wayback Machine - https://web.archive.org/web/20201203035130/https://github.com/SamProf/MatBlazor/issues/332
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatSlider position not updated on state changes #332

Open
humulustom opened this issue Nov 4, 2019 · 3 comments
Open

MatSlider position not updated on state changes #332

humulustom opened this issue Nov 4, 2019 · 3 comments

Comments

@humulustom
Copy link

@humulustom humulustom commented Nov 4, 2019

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.

@Galilleo
Copy link

@Galilleo Galilleo commented Dec 28, 2019

I have run into the same issue. Bound values are updated when slider is manually changed, but changes from the code are not propagated to the slider.

@fnils
Copy link

@fnils fnils commented Mar 24, 2020

No fix for this?

@Manicraft1001
Copy link

@Manicraft1001 Manicraft1001 commented Sep 7, 2020

I have the same issue. Slider does not update if bound value is updated. Is there any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.
X Tutup