Max Bykov

Results 4 comments of Max Bykov

> The following api call `autoCompleteJS.select(0);` is throwing a TypeError `Uncaught TypeError: Cannot set properties of undefined (setting 'event')` > > To reproduce just enter the api call at the...

added PR https://github.com/TarekRaafat/autoComplete.js/pull/369

I had same problem, nested observables with validation. So the one magic: in `self.errors = ko.validation.group(self.submissionAnswers, { deep: true, live: true });` pay attention on special additional param: object that...

@TarekRaafat please review this when you'll have time, thanks❤️