mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(radio-button): forward focus
, blur
events
This commit is contained in:
parent
c6c80d35a9
commit
db5aaee501
3 changed files with 9 additions and 2 deletions
|
@ -26,6 +26,12 @@
|
|||
{id}
|
||||
{name}
|
||||
{ref}
|
||||
on:focus={() => {
|
||||
console.log("focus");
|
||||
}}
|
||||
on:blur={() => {
|
||||
console.log("blur");
|
||||
}}
|
||||
on:change={() => {
|
||||
console.log("change");
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue