Hi,
we just checked...: there is a validation of a number input against the regular expression:
Code:
String regex = "[ 0123456789.,'-]+";
We now added "%" as well, so you now can input "%" as well.
Fix is available with next update - or on your request, if required earlier.
Thanks!
Björn