Skip to content

Commit

Permalink
radio-disable - disable the input on the Radio Button
Browse files Browse the repository at this point in the history
  • Loading branch information
bradak1 committed May 26, 2021
1 parent 712997d commit 82b38a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RadioButton/RadioButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
class="hidden"
type="radio"
role="radio"
{disabled}
{name}
selected={selected === value} />
<div class="relative">
Expand Down

0 comments on commit 82b38a9

Please sign in to comment.