Fixes #3044 - When changing the component for the search bar, anywhere on the code where focus was requested for the search bar, it was only applied to the search bar's parent container. All I had to do was override the focus requesting method and execute it for the text field.