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
the call to GetAttemptedValue (which then calls the same on the valueprovider) does not correctly return "true" when the underlying value is True. It always returns false.
Think it might need some special case -when type is boolean- code
The text was updated successfully, but these errors were encountered:
SchoStack/SchoStack.Web/Conventions/DataAnnotationHtmlConventions.cs
Line 29 in 99e8edf
the call to GetAttemptedValue (which then calls the same on the valueprovider) does not correctly return "true" when the underlying value is True. It always returns false.
Think it might need some special case -when type is boolean- code
The text was updated successfully, but these errors were encountered: