Support Article
Not Able to set auto focus to second field in Section
SA-43229
Summary
User wants to set the Auto focus to second field in a Section with Pega 7.2.2.
Error Messages
Not Applicable
Steps to Reproduce
Not Applicable
Root Cause
Not Applicable
Resolution
Perform the following local-change:
1. Provide an ID for field to set focus in presentation tab > read-write classes.
2. Call below script in that section:
<script>
$(window).on("load",function(){$(".testiD").find("input")[0].focus();});
</script>
Published December 4, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.