Disable component form

I problem with disable component with used function problem show after i upgrade webix pro 6.1.4 to 7.1.4
function disableAllInput(status) {
if (status == “close”) {
$$(prefix + “_form_input”).disable();
$$(prefix + “_form_input_fixed”).disable();
$$(prefix + “_document”).disable();
$$(prefix + “_save_btn”).disable();
}

Hello @retry0,

I problem with disable component with used function problem show after i upgrade webix pro 6.1.4 to 7.1.4

Unfortunately, I wasn’t able to reproduce the issue you are having using a similar function (as can be seen here). Could you please provide a snippet with your code (using our Snippet Tool) where the issue can be seen?