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

Scroll bar not appearing in auto complete control

SA-43535

Summary



User is fetching the details from a data table and displaying on the screen using Auto-complete control.

When the user clicks on down arrow without entering any characters, then all the results are coming and vertical scroll bar is appearing.

Once the user starts typing some characters, as expected, the results are getting filtered but even though there are more results, the vertical scroll bar is not coming.


Error Messages



Not Applicable


Steps to Reproduce



1. Create a data table and maintain more than 25 values under a column.
2. Create a flow, flow action and section.
3. Include the property in that section and give the control as Auto-complete.
4. Give the source for auto-complete as Data Page. Source for data page should be report definition.
5. Now, click on down arrow without entering any characters. One should be able to see all the values with a vertical scroll bar.
6. Now, start typing characters and you can observe that even though there are more results which matches the search criteria, the vertical scroll bar doesn't appear.


Root Cause



A defect in Pegasystems’ code or rules

Resolution



Perform the following local-change:

<style>
.autocompleteAG.pz-po-c{

overflow-y: auto !important
}

.yui-skin-sam gPXFixed floated #gridLayoutWrapper {

height:auto !importatnt;
overflow-y:hidden !important;

}
</style>


Published November 24, 2017 - Updated October 8, 2020

Was this useful?

50% 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