Skip to content

Hidden inputs for boolean properties dont set their value correctly. #7

@worldspawn

Description

@worldspawn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions