Switch focus between different components

How to focus and unfocus among different components. Or rather, how to get focus on a specific component. Thanks in advance.

Hi @Venkatesh_Kesaboina . You’ll need to implement the _getFocused() method, which should return a reference to any element/component within your component’s template. Details on the dedicated documentation page:

1 Like