iOS 27 devs: has anyone found a way to keep a SwiftUI search tab detached from the tab bar without it opening the keyboard on tap?
Same build, Xcode 27. iOS 26: Tab(role: .search) sits separate. iOS 27: it’s attached. .prominent detaches it but loses the search field in the bar. Feedback filed.