Hi i have this problem
http://webix.com/snippet/ee9503c4
i need to validate field on different tab but the validate function doesn’t work.
if i set value in the first tab and i validate the form it result Ok eaven if the other fields are empty.
It seems to validate only the visible TabView
Thanks
It’s an unexpected behavior. We’ll fix the issue in the next release.
But for now, you can use something like this: http://webix.com/snippet/92d2b4a8
Thanks very much
From 3.1, you can pass an optional parameter to validate()
function for hidden and disabled fields: http://docs.webix.com/api__validatedata_validate.html
Sample: http://docs.webix.com/samples/13_form/02_api/13_tabs_form.html
Thanks