Hi!
If I try to use the HProgressBar with mxhx like <f:HProgressBar id="creditProgressBar"/> the compiler says:
Haxe/lib/mxhx-component/git/src/mxhx/macros/MXHXComponent.hx:1627: characters 18-34 : feathers.controls.HProgressBar should be String
Haxe/lib/mxhx-component/git/src/mxhx/macros/MXHXComponent.hx:1627: characters 18-34 : ... For function argument 'value'
I tried to put some values like this <f:HProgressBar id="creditProgressBar" value="0.0" minimum="0.0" maximum="10.0"/> but the error stays.
Thanks for your help!