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

Commit 17c3bc0

Browse files
authored
Support for click event listeners on Radio buttons
This helps to integrate with form builder libraries like svelte-forms-lib
1 parent 02cf91e commit 17c3bc0

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)