Open vanillaFriday opened 9 months ago
The same bug is present in MAUI .NET8.06 SR1 -> working on Android not working on Windows
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Verified this on VS 17.10.0 Preview 2.0(8.0.14). Repro on Windows 11 iOS 17.2 and MacCatalyst, not repro on Android 14.0-API34 with below Project: StepperBindingIncrement.zip
Description
I want to change the Increment value of a stepper dynamically. Since I use MVVM pattern I bind the value to a double in my ViewModel which can be manipulated by the user:
What I get is the first change (set in the constructor of the ViewModel). Any later manipulations have no effect on the increment value it sticks with the first set value. The value in the ViewModel does change (see lable under the buttons).
If I run the same project with Android Simulator (Pixel 5, API 33) it does work like expected.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/vanillaFriday/StepperBindingIncrement/tree/master
Version with bug
7.0.101 & 8.0.6 (SR1)
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Did you find any workaround?
no
Relevant log output