mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
On the Apple TV search page, the native tvOS search field owns focus while typing. Both result renderers set hasTVPreferredFocus on their first item, which re-requests focus on every re-render. Since results re-render on each keystroke, the first poster kept yanking focus out of the search field into the grid. Stop search results from requesting preferred focus in both Library and Discover modes; the user navigates down to the grid manually (standard tvOS .searchable behavior).