108
Views
3
Comments
Input focus first
Question

I am not able to find the input focus first action in OS 11 reactive web development. 

2019-11-11 17-10-24
Manish Jawla
 
MVP

Hi Virat,

can you please check the below link:

https://www.youtube.com/watch?v=GXUSd93ThdU

Regards,

Manish Jawla

2021-04-09 11-42-43
assif_tiger
 
MVP

virat kohli wrote:

I am not able to find the input focus first action in OS 11 reactive web development. 

Simply use the :

document.getElementById(#Input WIdget ID here#).focus();



2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Hi Virat,

You can simply reference the SetFocus client action from the OutSystemsUI module.

Regards,

Nordin

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.