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
You may be aware of this given the other ajax fix requests, but I thought Id bring it up. On our pages, all ajax field validations are being run when the page is submitted, even if form validation is turned off. If I have 13 fields on the page and form validation turned on, I get 14 ajax requests to my server (13 fields and the form). Also when I submit the form Im getting some kind of infinite loop on the ajax fields I think because its expecting a list since its a form submit. I need to detach validation or else it crashes my server. It looks like the problem can also be seen on the demo page.