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

Commit

Permalink
Support for click event listeners on Radio buttons
Browse files Browse the repository at this point in the history
This helps to integrate with form builder libraries like svelte-forms-lib
  • Loading branch information
Dsupreme committed May 22, 2021
1 parent 02cf91e commit 17c3bc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
role="radio"
aria-selected={active}
bind:group
on:click
{id}
{value}
{disabled} />
Expand Down

0 comments on commit 17c3bc0

Please sign in to comment.