ryanelian / aspnet-validation

Enables ASP.NET MVC client-side validation without jQuery!
MIT License
40 stars 13 forks source link

Fallback to false when remote async validation throws an exception. #13

Open dennisbot opened 2 years ago

dennisbot commented 2 years ago

We should account for errors in the await section too (usually we should use a try catch when handling async calls)