Autofocus Feature

Does anyone have experience with auto-focus properties? I am working with an experience where when a user clicks on the search button on their corporate site main nav, the client wants the cursor automatically in the search bar so the user can just start typing their query. Currently, a user needs to click on search and then click again into the search bar.

Hi Sean, have you tried adding autoFocus: true to the searchbar component? GitHub - yext/answers-search-ui: Answers Javascript API Library for building Search experiences.

If the client is adding this, they’d add that attribute to their initialization of the searchbar. Confirming there are not other elements on the page that are autofocused?