{ const files = target.files; const length = files.length; if (files && !disableLabelChanges) { labelText = length > 1 ? `${length} files` : files[0].name; } }}" on:click on:click="{({ target }) => { target.value = null; }}" />