HI All.
Consider as we have 2 input box and done button when user clicked the done it will have to navigate another input box.
(both input box will be in same screen) Any Ways to achieve this let me know.
Thanks
vinith
Hi Vinithkumar,
Please find the attached sample OML.
Vinod
Thanks Vinod. Found solution for Android but focus is not working in IOS.
You need to write below Javascripts code in your button on click event -
document.getElementById($parameters.InputId).focus();
HI Vinod,
Thanks For your Reply It Thows me an error
You need to create a input parameter in javascript widget as per below screen -
Pass second input id in this input parameter -