Skip to content

fix(VFileUpload): file name not passed correctly (#21319)#21541

Merged
jcjp merged 1 commit intomasterfrom
fix(VFileUpload)/title-slot-overrides-all-filename
Jun 14, 2025
Merged

fix(VFileUpload): file name not passed correctly (#21319)#21541
jcjp merged 1 commit intomasterfrom
fix(VFileUpload)/title-slot-overrides-all-filename

Conversation

@jcjp
Copy link
Copy Markdown
Contributor

@jcjp jcjp commented Jun 8, 2025

Description

Markup:

<template>
  <v-app>
    <v-container>
      <VFileUpload v-model="files">
        <template #title>
          <p>Drag and Drop Here</p>
        </template>
      </VFileUpload>
    </v-container>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'

  const files = ref([])
</script>

@jcjp jcjp requested a review from a team June 8, 2025 08:51
@jcjp jcjp self-assigned this Jun 8, 2025
@jcjp jcjp added T: bug Functionality that does not work as intended/expected C: VFileUpload labels Jun 8, 2025
@jcjp jcjp merged commit 06d4593 into master Jun 14, 2025
19 checks passed
@jcjp jcjp deleted the fix(VFileUpload)/title-slot-overrides-all-filename branch June 14, 2025 10:45
@jcjp jcjp changed the title fix(VFileUpload): file name not passed correctly fix(VFileUpload): file name not passed correctly (#21319) Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: VFileUpload T: bug Functionality that does not work as intended/expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report][3.8.2] VFileUpload: Using the title slot also overrides the title of any VFileUploadItem components

2 participants