Focus in a Form

How can i set focus to the first editable field in an editform? With $$(“myForm”).focus() the focus will be set to the first field, even the first field is readonly. Thank You

https://snippet.webix.com/y1tn1yw1
You can change the way Webix decides what’s focusable and add a check for readonly.

1 Like

thank you! that works fine.

1 Like