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(header-search): "Escape" should close empty search bar #1853

Closed metonym closed 12 months ago

metonym commented 12 months ago

Follow-up to #1851.

"Escape" should reset the query but keep the search bar focused if the value is not empty.

For an empty value, "Escape" should blur and deactivate the search input. This is consistent with search inputs in general.

metonym commented 12 months ago

Fixed in v0.82.3