RequiredAttribute with AllowEmptyString=true in ASP.NET MVC 3 unobtrusive validation

Viewed 28707

If i have [Required(AllowEmptyStrings = true)] declaration in my view model the validation is always triggered on empty inputs. I found the article which explains why it happens. Do you know if there is a fix available? If not, how do you handle it?

2 Answers
Related