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 dropdown display only 8 results on mobile browser

SA-58145

Summary



Autocomplete drop-down display only eight results on the browser in mobile devices. This occurs even when there up to 12 results to display.

Unable to scroll and select the results that are not displayed in the visible list.



Error Messages



Not Applicable.


Steps to Reproduce

  1. Open the application on a browser on a mobile
  2. Click an autocomplete field with more than 8 values
  3. Attempt to scroll through the list


Root Cause



A software use or operation error.


Resolution

Perform the following local-change:
  1. Use the Results display as a list with the 'Allow scrolling for more results' check box enabled to display the entire list in mobile
  2. Apply the below Cascading Style Sheets (CSS) in UserWorkForm:
<style>
.autocompleteAG 
{
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
</style>



 

Published July 23, 2018 - 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?

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