You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stepper widget only shows one decimal place at most.
You can define scale: 0.01 and it's honored the value changes but you have to click 10 times "+" before the shown value is changed.
The value should be shown with as many decimal places as the display pattern defined in item metadata.
The text was updated successfully, but these errors were encountered:
Fixes#2089.
Possibly regression from #1875.
Stepper formatValue was calculating displayed number of decimals from the value of the step property, not it's length.
Signed-off-by: Justin Georgi <[email protected]>
Fixes#2089.
Possibly regression from #1875.
Stepper formatValue was calculating displayed number of decimals from the value of the step property, not it's length.
Signed-off-by: Justin Georgi <[email protected]>
(cherry picked from commit 0cc4f27)
The stepper widget only shows one decimal place at most.
You can define scale: 0.01 and it's honored the value changes but you have to click 10 times "+" before the shown value is changed.
The value should be shown with as many decimal places as the display pattern defined in item metadata.
The text was updated successfully, but these errors were encountered: