Default focus on combo

Hi - Is it possible to have my combo automatically focus when the form is loaded:

https://webix.com/snippet/3f62392a

I can’t see an easy way of doing this

You can use the focus() method of the Combo control: https://webix.com/snippet/a936ad24

Great many thanks!