carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

fix(button): forward `on:focus` event #1878

Closed ryanbmarx closed 10 months ago

ryanbmarx commented 10 months ago

Fixes #1830

theetrain commented 10 months ago

This sounds good to me. Please also update the documentation by running yarn build:docs and check in changed files.

ryanbmarx commented 10 months ago

@theetrain Committed updated docs

brunnerh commented 10 months ago

focus is often used with blur, would add that as well.

ryanbmarx commented 10 months ago

focus is often used with blur, would add that as well.

Done.

metonym commented 10 months ago

Thanks! Released in v0.82.8