picEdit
picEdit copied to clipboard
Breaks .net mvc unobstrusive javascript validation behaviour
By using unobstrusive javascript validation ,when we click on submit button, validation messages are shown on client side without any server request. But If I use this library, that behaviour is breaking and it sends a request to server , even when there are validation error. Any solution for this?