|
Inputs.IfAttribute<HiddenInputAttribute>().BuildBy((r, a) => |
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
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