You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is because of knockout deferring updates until it needs to render. In this case, it seems that showAllMessages run before the updates on the observables are done. Not sure who's fault it is and what's the expected behaviour though...
Hi there
The sample at http://jsfiddle.net/KHFn8/5424/ doesn´t work as expected when ko deferred updates are set globally.
I´ve tried this:
Is this a bug on ko validation?
Thanks
The text was updated successfully, but these errors were encountered: