Hello Mihir,
You could achieve the desired behavior from client side.For that you
need to
- Get the client-side instance of the combobox
- Get the DOM element of the input field
- Focus the input field
Please check
this
help article which which explains more on this.
Thanks,
Shinu.