Support Article
Autocomplete is not working properly in Table layouts
SA-70356
Summary
Unable to select the required value from pxAutocomplete. This occurs when the control is deprecated and updated to pxAutocomplete with the new control in a table layout.
Error Messages
Not Applicable
Steps to Reproduce
- Select a table layout with an autocomplete control in it. Source for the autocomplete is a value list.
- Update the autocomplete and configure the source as a Clipboard page through an activity. In the portal, the results display for the autocomplete. Unable to select a value from the list using both the keyboard and mouse.
Root Cause
The autocomplete cell control refers the target field to the associative property. This property cannot be fetched from the value list. This is because the value list refers to the ordered list (for example, valuelist(1) and not valuelist.pyLabel).
Resolution
As a local-change, set the table source as page list instead of value list.
Published January 5, 2019 - 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.