DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

Closable summary #113

Closed dkone closed 10 years ago

dkone commented 10 years ago

Hi, When i put .Closable() in the ValidationSummary, i have an empty white closable summary even without validation errors.

Regards,

Cyprien.

DmitryEfimenko commented 10 years ago

This is fixed, but make sure to update TwitterBootstrapMvcJs-*.js file for unobtrusive validation.

dkone commented 10 years ago

Hello, I downloaded it and it resolves the bug But In which package this file is included? And what is the css class bmvc-3-validation-summary ?

Regards, Cyprien.

DmitryEfimenko commented 10 years ago

The js file is not included in the package yet. Just use the link from my previous comment to download it. The bmvc-3-validation-summary css class is there so that javascript mentioned above has a way to access bmvc validation summary for unobtrusive validation.