How do I set progress bar to display current number instead of percentage?

Hello Noah,

I don’t think this option exists. The “showLabel” property is described as:
“Defines whether the text field for the percentage output is displayed.”

So I guess it’s a percentage value per definition and it seems you can’t hide the unit…

I’d just work around and use an extra output field. You could also wrap everything in your own compound widget if you require it more often. That way you still can have a single widget with a single binding.

Best regards,