Support Article
Field label does not display on clicking autocomplete field
SA-73909
Summary
Two autocomplete fields are configured one below the other in a mobile. Field label does not display on clicking the second autocomplete field after selecting the first autocomplete field value.
Error Messages
Not Applicable.
Steps to Reproduce
- Configure two autocomplete fields for mobile view in a section
- Configure Onchange refresh secton on the first autocomplete field
- Click the second autocomplete field after selecting the first autocomplete field value
Root Cause
The time taken to refresh the section is a bit more such that the user is able to click the other fields.
Resolution
Perform the following local-change:
- Disable the section until the section is refreshed by adding the below lines in the UserWorkForm:
<script>function showBusy()
{
pega.u.d.busyIndInterval = 0;
pega.u.d.setBusyIndicator(null,true);
}
</script>
- Navigate to Actions, and before 'Refresh - This Section Action' action, add the 'Run Script' action with the function name set to 'showBusy'
Published March 29, 2019 - 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.