Hi community. I am trying to make a search view in top app bar with suggestions listed below the topbar in floating region. I manage to do the change from title and icon to editText for user input. Now, i would like to display some suggestions. I tried dropdownmenu, but I cannot display it with fill width. The maximum width set on this composable item is something around 3/4 of screen width.
It's there any way to make such a list in column below the topbar or i should build the custom layout with custom appBar?