Skip to content

checkbox re-render is forever checked #405

Closed
@matiu2

Description

@matiu2

If you render a input![attrs!["type" => "checkbox", "checked" => "checked"]] then after some event, re-render it without the the "checked" => "checked" it looks good in the DOM inspector, but on the screen it's still checked.

To get around it, I guess I have to give every checkbox an ID and call JS to uncheck it.

tested in brave browser, which is chrome based.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions