How to make search dropdown appear regardless of text box position?

I’m working on a layout plugin, and have a super weird bug/ behaviour I cannot figure out.

To make it simple, anytime I move my search button element passed some unknown point to the right, the dropdown does not render at all. It’s clear the drop down is tied to search’s position (seems like the input specifically). Can I decouple this behaviour? I’m at my wits end.

@Crow Welcome to the club :wink:

Are you using the reveal widget? There is a state tiddler, that contains the x/y coordinates.

see: RevealWidget Docs

There is the “updatePopupPosition” parameter. So you can update the position if you manipulate that state tiddler.

Hope that helps for the start. - If not ask in more detail