Support Article
Autocomplete Symbol not displaying in IE
SA-22231
Summary
Autocomplete symbol does not appear after upgrading to Pega 7.x from PRPC 5.4. The Autocomplete functionality works fine when down arrow key is used and also when typed. The triangular symbol at the right corner is not displayed though.
Error Messages
Not Applicable
Steps to Reproduce
Open the section with autocomplete in portal, and look for the autocomplete image at the right corner.
Root Cause
Styles were not applied correctly in Internet Explorer.
Resolution
Perform the following local-change:
Add a label with the below code in the value field in the section where autocomplete is used.
<style> .autocomplete_icon { top:-9px !important; height:11px !important;} </style>
Published April 18, 2016 - 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.