Recursively tracks changes within a view model no matter how deeply nested the observables are or whether they are nested within dynamically created array elements.
I think there was a typo at the line 115.
The "ko.utils.arrayIndexOf(options.hide, child)" was comparing the array of string with the object 'child' which always resulted in a false statement
I think there was a typo at the line 115.
The "ko.utils.arrayIndexOf(options.hide, child)" was comparing the array of string with the object 'child' which always resulted in a false statement