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

Autocomplete does not display the complete list on UI

SA-28308

Summary



Autocomplete list does not display all items in user interface (UI) even though the Clipboard displays correct result count. A scroll bar should be visible to allow selection of all items in the list. However, it is not visible sometimes. Sometimes when scrolled down, the list has blank values. The issue is sporadic.
 



Error Messages



Not Applicable

Steps to Reproduce

  1. Create an autocomplete list with a data page as source.
  2. Set 60 as Maximum Search result and 3 as Minimum Character search.
  3. Try searching results by entering three characters. Verify the UI grid results with the Clipboard result.​

Root Cause



Overflow was marked hidden in CSS.

Resolution



Perform the following local-change:
  1. Open the UserWorkForm, private edit, and paste the CSS given below:
    <style>
    .autocompleteAG 
    {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }
    </style>
  2. Save and test it.

Published September 26, 2016 - 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