Hi, if the Select component was built by you and inserted into the Studio through code components, you can use refActions (Element actions for code components | Learn Plasmic) to add a focus action, when you can then call through the integrations section. If you are talking about a built-in component, then there is no official support for it, but you could add an id to the element and directly focus it (HTMLElement: focus() method - Web APIs | MDN).