Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

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

  1. Configure two autocomplete fields for mobile view in a section
  2. Configure Onchange refresh secton on the first autocomplete field
  3. 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:
 
  1. 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>

     
  2. 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

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us