Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(material-experimental/radio): remove input click handler (#18868)
  • Loading branch information
andrewseguin committed Mar 19, 2020
1 parent 9e1b7ec commit 7c75d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/material-experimental/mdc-radio/radio.html
Expand Up @@ -12,8 +12,7 @@
[attr.aria-label]="ariaLabel"
[attr.aria-labelledby]="ariaLabelledby"
[attr.aria-describedby]="ariaDescribedby"
(change)="_onInputChange($event)"
(click)="_onInputClick($event)">
(change)="_onInputChange($event)">
<div class="mdc-radio__background">
<div class="mdc-radio__outer-circle"></div>
<div class="mdc-radio__inner-circle"></div>
Expand Down

0 comments on commit 7c75d6e

Please sign in to comment.