Skip to content

ps-20x/flowbite-vue-file-upload-bug

Repository files navigation

Flowbite-Vue Bug Reproduction

This repository is designed to help reproduce the bug in Flowbite-Vue where an issue occurs with the file upload component, causing two images to appear in the file upload input when only one is selected.

Steps to Reproduce the Bug

  1. Clone this repository to your local machine:

    git clone <your-repo-url>
  2. Navigate into the project directory:

    cd <your-repo-folder>
  3. Install the required dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open the application in your browser:

    Navigate to http://localhost:5173/.

  6. On the page, you’ll see a file upload component.

  7. Click the upload icon and select one image file.

  8. Observe the behavior: you should see two image files in the file upload input even though only one file was selected.

Expected Behavior

  • The file upload input should show only the selected image file, not duplicate it.

Current Behavior

  • The file upload input displays two images when only one is selected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors