mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Forward on:focus events
This commit is contained in:
parent
1600775968
commit
e0c4c13b73
2 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
|||
{...$$restProps}
|
||||
style="{hasIconOnly && 'width: 3rem;'}"
|
||||
on:click
|
||||
on:focus
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -147,6 +148,7 @@
|
|||
bind:this="{ref}"
|
||||
{...buttonProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -166,6 +168,7 @@
|
|||
bind:this="{ref}"
|
||||
{...buttonProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
class:bx--btn--xl="{size === 'xl'}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -43,6 +44,7 @@
|
|||
class:bx--btn--xl="{size === 'xl'}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue