cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CCV2 Commerce cloud, I have a requirement that the dropdown (suggest-as-you-type) and the reference

rukmini1
Explorer
226

I have a custom values provider (palcementoptionsSearchFacade) which populates the values in the dropdown and also suggest as you type. But when I click on the three ellipses then the refrence search is not showing up, insted it shows drop down values

Accepted Solutions (0)

Answers (1)

Answers (1)

rebecca65bell
Newcomer
0 Kudos

@rukmini1CatTranslator wrote:

I have a custom values provider (palcementoptionsSearchFacade) which populates the values in the dropdown and also suggest as you type. But when I click on the three ellipses then the refrence search is not showing up, insted it shows drop down values


Hello,
Your custom values provider (palcementoptionsSearchFacade) works for the dropdown and "search as you type," but clicking the ellipses incorrectly shows the dropdown instead of the reference search. This likely stems from a misconfiguration in the UI component's settings for reference search, an incorrect event handler for the ellipses click, or an issue with how your backend facade is set up to handle the distinct logic required for a more detailed reference search compared to the type-ahead functionality. Checking the UI component's configuration, the event handling for the ellipses, and the backend logic for reference search are good starting points.