-
TL;DRIs there a way to manually force
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @RyKilleen, there is currently no way to set focus through the API returned by Activating focus on the search input by directly calling the |
Beta Was this translation helpful? Give feedback.
Hi @RyKilleen, there is currently no way to set focus through the API returned by
autocomplete().Activating focus on the search input by directly calling the
focus()method of its DOM element should work.