Hi everybody,
I am having an issue. I have one input and when I click on him a pop up opens containing 3 inputs, but the caret remain in the first input that I clicked to show up the pop up.
How can I put the caret in the pop up first input?
By the way, this is a Mobile Application.
Regards,
Pedro Santos
Hi Pedro,
You can set the following assignment in the Attributes property of your first input box which is inside popup as shown in screenshot.
autofocus = True
Hope it helps, Thanks :)