Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
feat(radio): Map non prop attributes to the inner input element
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 16, 2018
1 parent 306ea82 commit 4472ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/radio/Radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:name="name"
class="mdc-radio__native-control"
type="radio"
v-bind="$attrs"
:checked="checked"
:disabled="disabled"
@change="onChange">
Expand Down

0 comments on commit 4472ccf

Please sign in to comment.