Open MhAllan opened 1 year ago
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.
Description
The
Slider
works well if you don't set theMinimum
value, but it gets broken when setting it, and beside that I found that it's bindable properties are affected by the order of setting them which shouldn't happen.If you set
Value
beforeMinimum
:The slider show zero minimum and zero value.
If you set
Value
afterMinimum
:The slider will show the minimum not the value!
Steps to Reproduce
As described above
Link to public reproduction project repository
none
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
API 30
Did you find any workaround?
No response
Relevant log output
No response