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
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.