Skip to content

Checked property doesn't work correctly for radio inputs #412

@kmicklas

Description

@kmicklas

_inputElement_checked and _inputElement_checkedChange don't work properly for input input elements with type radio, because reflex-dom assumes the checkedness will always change in response to a click on the element. However, each radio button is its own input element and selecting one remotely deselects all others within the named group, which reflex-dom doesn't detect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions