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(search): collapse expandable search if value is falsy #1987

Closed jmeurice closed 3 months ago

jmeurice commented 3 months ago

Fixes #1981

Changed the value checks to also consider null/undefined since it's typed as any.

metonym commented 3 months ago

Fixed in v0.85.1