Hi,
I've had to help a user who was trying to set up an app using settings in Garmin Express. The settings are defined as numeric inputs something like the below:
<settingConfig type="numeric" min="1" max="260" errorMessage="@Strings.repeatsError"/>
But, in Garmin Express, when they tried to change things, they saw this:
To a techie, that's obvious... the user had typed white space after the digits.
To a non-techie, it was enough of a problem to flummox them entirely.
PLEASE CAN YOU...
Either fix the numeric input fields to only accept numeric characters 0123456789.-+
Or fix the numeric input fields to trim whitespace prefixing or suffixing the input value
Thanks,
G