Hi Experts, I am using 6 textbox's as input for 6 digit alphanumeric OTP in native mobile app while using this i am facing following issues 1. Provided autofocus property of textbox is not working even though i have marked yes in properties. (Please provide alternate solution for autofocus) 2. I have added on change OTP validation logic on last textbox which is not getting triggered. Can you please provide all possible solutions for above issues? Thanks for support
asked
Malay Modi
3 answers
0
Hi Malay,
1. Check the tab index property.
2. Change on change behavior as "when changing" rather than "when leaving"
Regards
Ajay
answered
Ajay Kumar Chinni
0
Alternative: use a pin input widget like this one.