I have content and a search form wrapped in a turbo frame. As the user types in the search field the content updates live. The issue is the search field loses focus each time.
Any way to maintain focus? It also should be only while typing and not interacting with the other form inputs.
I could move the search field outside the turbo frame but that is not that desirable given my preferred div layout.