I have a NavigationSplitView with content and detail views, with.searchable(text: $filterText, placement: .toolbar).
Previously (in macOS 26) user could use the keyboard to navigate the list in the content section. Just select the list, and use arrow keys to navigate or start typing text and the item starting with those letters would get activated. Search worked well, filtering the list contents, and after that, list navigation with keyboard continued to function properly.
Now, in macOS 27, this works -- until user activates the Search text field and uses it. After that, the list navigation with keyboard no longer works, a beep is heard instead.
Even though user deactivates the search text field by pressing esc, the navigation stays disabled, until app is restarted.
I've tried different positions for the .searchable, but this does not have any impact on the issue.
Anything to do to fix this?
Edit: Went to test in another Mac, and this does not seem happen on an English OS, but happens if the system language is Finnish.