How can be removed the decimal value at input slider widget?
I’d like to use it for input hours and minutes, so the decimal is not necessary (and weird a little bit).
Have you tried precision: 0
or commented it out in the global parameters of the dashboard?
global_parameters:
use_comma: 0
# precision: 0
Thank you very much!
The precision setup was 1.