Support Article
Auto Complete is not showing results when some text is entered
SA-93935
Summary
Results do not populate after typing some text and clicking the Down arrow for an Autocomplete control.

Error Messages
.pxResults:The property WorkStatusesInBulk.pxResults(1).pxResults was of mode String while adoptDictionaryDefinition(ImmutablePropertyInfo, boolean, boolean) was expecting Page List mode. Details: the mode has been reset to match the property's definition.
Steps to Reproduce
Open pyDisplayPropertyTypeInBulkProcessSpecialHandling section.
Root Cause
An issue in the custom application code or rules.
In the Autocomplete configuration, the 'Use for search' option is selected for .pxResults which is a page list and values are not present in it. The values are present in the .pyFieldValue. Hence, the autocomplete is unable to find the text results in the .pxResults parameter.
Resolution
Perform the following local-change:
- Deselect the 'Use for Search' option in .pxResults.
- Select the 'Use for Search' option in .pyFieldValue.
- To highlight the matched text, change the list source Clipboard page to WorkStatusesInBulk.pxResults.
- Mention in Pages and Classes tab as below:
WorkStatusesInBulk.pxResults - page value
Rule-Obj-FieldValue - clas
Published January 20, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.