Automatically Auto Focus on a text box

0
Dear Team, How can I automatically focus a textbox in these two scenarios? When one textbox is filled, the next textbox should automatically be focused. A textbox should automatically be focused when the page loads, without needing to refresh the page.
asked
4 answers
1

Hi Tharun,

you can use this in Nanoflows, it is available under Accessibility toolbar

image.png

 

Hope it helps!

answered
0

Hi Tharun ,

You have to make your custom widget according to your requirements.

answered
0

Hi Tharun,

                 Please follow the steps below:

select your textbox widget in the page,

Go to properties tab if not showing up,

For achieving 2nd requirement:

set 'Tab Index' property value to 1 that needs to have focus on opening of the page.

For achieving the 1st requirement:

Set 'Tab Index' for other widgets in which order you want to navigate by using Tab controller of your keyboard. Hope this helps you.

 

tab-idx.png

answered
-1

Have you tried to add values 1, 2 etc to the textbox's proporties 'tab'?

answered