<var name="first_name" type="text"/>
<text-input id="first-name-input" label="First name" bind="first_name" />
function focusInput() {
// call a component method to programatically focus the text-input
component.textInput({id: 'first-name-input'}).focus();
}