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(file-uploader-button): clear value by setting to `""` instead of `null` #1812

Closed jperelli closed 1 year ago

jperelli commented 1 year ago

This fixes the following error I got:

InvalidStateError: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string

which made my tests in vitest fail.

metonym commented 1 year ago

Released in v0.81.0