Hello guys, I'm facing with this problem:
I simply add a Numeric Entry Field and I would like to format it with 2 integer, so for example "06".
I try to play with the format property without success and then I also try to add at the value property the expression
numberFormat({this.props.value}, "00")
but I have the error
Error_CycleDetected
How could I manage this?
Thank you very much