Skip to content

BUG in Element-Attributes-Compliance.cs #18

@philfleck

Description

@philfleck

Please check Element-Attributes-Compliance.cs

with the origi code in place, checked behavior of checkboxed is not working.

/// <summary>Sets an attribute as a boolean value.</summary>
internal void SetBoolAttribute(string name,bool value){
            //setAttribute("name", value?"":null); //causes checkbox .checked not to work
            setAttribute(name, value ? "" : null); //fix
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions