How to add focus for a particular field?

0
Hi. I don't know what is meant by Focus. Can anyone please let me, and also how to add focus for a particular field.  
asked
2 answers
1

If it won't succeed with tabindex Chris mentioned you can take a look at these widgets for advanced solutions:  

https://appstore.home.mendix.com/link/app/2029/Appronto/UXManipulator or https://appstore.home.mendix.com/link/app/5958/TimeSeries/Set-Attribute

You can add focus() javascript on a specific field:

answered
0

wikipedia

Play around with tab index

answered