field focus on validation error

Hi team,

Is there a webix way to focus on the first field in validation error please ?

https://snippet.webix.com/tvqak6g6

is it a bug when you fill the tow first field and you submit ? : one of the the two bottom fields is too tall

Is there a webix way to focus on the first field in validation error
if you want to focus to the very first field (no matter valid or not) then you can simply call this.focus() in onValidationError.
but if you want to focus to first invalid field then check this
https://snippet.webix.com/zdm17oaa

Awesome ! @intregal