DefaultToolbarItem search in bottom bar

When using:

DefaultToolbarItem(kind: .search, placement: .bottomBar)

on iOS 26.1 the search item is suddenly expanded and has a label, while on iOS 26 it was an icon, like any other toolbar item.

Is that intentional? How can we make it to only show an icon? (sumbitted FB20868106)

Answered by deepstereo in 864027022

Ok, sorry Apple, solution found 🤦‍♂️ Need to use .searchToolbarBehavior(.minimize) and it goes back to icon only

Accepted Answer

Ok, sorry Apple, solution found 🤦‍♂️ Need to use .searchToolbarBehavior(.minimize) and it goes back to icon only

DefaultToolbarItem search in bottom bar
 
 
Q