Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit b5c8b14

Browse files
Merge pull request #251 from Dsupreme/patch-1
Support for click event listeners on Radio buttons
2 parents db5854d + 17c3bc0 commit b5c8b14

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte-materialify/src/components/Radio

1 file changed

+1
-0
lines changed

packages/svelte-materialify/src/components/Radio/Radio.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
role="radio"
5151
aria-selected={active}
5252
bind:group
53+
on:click
5354
{id}
5455
{value}
5556
{disabled} />

0 commit comments

Comments
 (0)