Question
1
Replies
37
Views
TechMahindra
Posted: January 7, 2021
Last activity: January 15, 2021
How to auto focus disable on popup Screen ?
Hi every one,
I can't found any war about the above title can any one help on this.
Scenario:-
Wen i click on add button pop-up screen will open, in that cursor focused on top field automatically.
Q1: Why chose auto focus on first field ?
Q2: Can i remove the auto focus on the first column and How ? It was not focus on any were on screen, it was focused to wen i'm click (at Text, Integer, Dropdown)
***Edited by Moderator Marissa to update Content Type from Discussion to Question; update platform capability tags***
@SURESHCHALLA
Hi,
In General, whenever you open a screen in Pega, by default , the focus will be moved to the first editable field in the screen. It might be a field in the first column or the last column.
But you can use "set focus" action to set the auto focus to any other field in the screen when screen is loaded.
I am not sure if you can entirely disable the auto focus feature. Please try doing "set focus" on a read only field in the screen and see if works. I have not tried this, so not sure if it works but you can give it a try.