Hello everyone,
I'm having trouble with the Search Appearance function not rendering the autocomplete parameter correctly. The autocomplete works as expected for select_one question when I use a URL feature layer or CSV to populate the choice list, but it fails to render the autocomplete parameter when using a select_multiple question.
Here is the expression I'm using in the appearance column:
autocomplete search('myAssets_Table', 'matches', 'assetType', ${Asset_Type})
The expression successfully retrieves the filtered values, but instead of displaying an autocomplete dropdown menu, it shows the default check-box list. I'm working with Connect V. 3.19.116
Any suggestions on how to resolve this issue would be greatly appreciated.
Thank you!
JB
Solved! Go to Solution.
I just noticed that autocomplete isn't a parameter available for select multiple. While it's not ideal for handling long lists, using minimal will suffice for now. I'll consider this case closed. Thanks!
I just noticed that autocomplete isn't a parameter available for select multiple. While it's not ideal for handling long lists, using minimal will suffice for now. I'll consider this case closed. Thanks!