Support Article
Issue with Autocomplete control
SA-18322
Summary
Autocomplete result width is not correct and result is shown with horizontal scroll bar detached from auto-complete and shown at wrong position.
Error Messages
Not Applicable.
Steps to Reproduce
1. Have an auto-complete sourced from a data page.
2. Run the use case and click down key on the auto-complete field.
Root Cause
Detected to be an issue in the custom application code or rules. Width "200"px is getting applied to the drop down div. Suspected issue due to corruption in rules during upgrade process.
Resolution
Perform the following local-change.
Include the following code in the userworkform.
<style>
.pz-po-c.lookupPO{
max-width:none !important;
}
</style>
Published January 31, 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.