Hi Community,
I'm currently working on an ODC project and facing an issue with the Dropdown Search widget.
The dropdown is bound to a data source (aggregate), and the data is loading correctly — I’ve tested it in debug mode and confirmed that the values are present. However, when I try to open the dropdown (which is placed inside a popup), it does not display any values. The dropdown doesn’t expand properly or show the list of options.
This exact logic was working earlier with the same data and structure, but now it has suddenly stopped working without any major changes.
Has anyone experienced this issue in ODC Studio or know what could be causing this behavior?
Thanks in advance! I appreciate your help.
Regards, Himanshu
Hello @Himanshu dwivedi
I suggest you first check whether the values are coming from the server by inspecting Chrome Dev Tools, and please share more details or screenshots of your implementation, if possible OML file. Also, so community members can easily provide help to you
Thanks
Regards
Gourav Shrivastava
Hi @Himanshu dwivedi
Since your data is confirmed to be loading, the problem is usually related to UI rendering or popup behavior, not the data itself.
Things you can try first:
Hi @Himanshu dwivedi ,
If u not change data logic, the issue may related to UI rendering. For this, u can open the devtool and compare changes between dropdown inside popup and outside popup.
Hope this helps!
To help the community, helping you could you please share an oml with your use case being replicated (without any business information ofc) so we can try to look into the same use case? It would be super useful. Also, please share what you've already tried.
Cheers,GM