carbon-design-system / carbon-components-svelte

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

fix(header-search): blur input when deactivating #1855

Closed metonym closed 10 months ago

metonym commented 10 months ago

Fast-follow to #1853.

"Escape" should deactivate the search input if no query is present. However, after deactivating, the input retains focus. It should also be blurred.

metonym commented 10 months ago

Fixed in v0.82.4