Skip to content

Clicking repeatedly on radio button will flash between grey and theme color #1686

@andrewseguin

Description

@andrewseguin

Repeatedly clicking on the radio button will toggle the radio theme styling
.md-radio-focused .md-radio-ripple .md-ripple-foreground

The reason is that given a focused radio button:
Mouse down will call _onInputBlur and remove md-radio-focused
Mouse up will call _onInputFocus and add md-radio-focused

One proposed solution could be to check if the _onInputBlur event's target came from within the radio input label and if so, ignore it.

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