I am not able to find the input focus first action in OS 11 reactive web development.
Hi Virat,
can you please check the below link:
https://www.youtube.com/watch?v=GXUSd93ThdU
Regards,
Manish Jawla
virat kohli wrote:
Simply use the :
document.getElementById(#Input WIdget ID here#).focus();
You can simply reference the SetFocus client action from the OutSystemsUI module.
Nordin