|
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