Hi all. I built a custom autocomplete component i...
# compose
m
Hi all. I built a custom autocomplete component in m2 using a DropdownMenu. That control allows the actual autocomplete suggestions to appear over other content. I’m trying to replace it with a more standard control like
DockedSearchBar
. However, it seems like
DockedSearchBar
doesn’t allow the suggestions to overlay the content below it. Instead it occupies more space and shifts the contents down. I tried nesting a DropdownMenu as the content to try to get the same visual appearance, but i still always see the space occupying search results box. I’m wondering if there’s something else i should be using instead.