Is there a way to set specific characters to display on the TextPicker view? Like for example I only need spefic letters/numbers to be displayed because I don't expect anything else to be put in?
Is there a way to set specific characters to display on the TextPicker view? Like for example I only need spefic letters/numbers to be displayed because I don't expect anything else to be put in?
Look at using the Generic Picker and not the TextPicker. There's the Picker sample in the SDK, and in trying it today, I used the Fenix5 in the sim as it was a bit easier to use to see what it could do..
In StringPicker.mc you can set what characters you want available. The sample should get you started
I recently started to use the TextPicker and opted for some validation after entry in my widget: https://github.com/ch1bo/garmin-otp-authenticator/blob/c216428b3691b92c777290c235a177c3fe8457fd/src/ProviderMenu.mc#L195
My biggest issue now is, that seemingly there is a 32 character maximum (at least on my fenix 8)