Hi
Currently, the implementation of p4 in the format is a bit misleading.
The user enters 15 but behind the scenes, it turns into 1500%. He needs to enter 0.15 in order to see 15%.
I want the user to enter 15 and see 15 and also, to show the percentage symbol.
Is it possible using NumericTextBoxComponent?
Thanks