themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
723 stars 116 forks source link

Added HTML attribute: accept in FwbFileInput #278

Closed gitamgadtaula closed 3 months ago

gitamgadtaula commented 4 months ago

The input file type component was missing native html attribute accept so in this commit i have included that. So now the users can use it something like <fwb-file-input v-model="file" label="Upload file" accept="video/*" />

stackblitz[bot] commented 4 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

netlify[bot] commented 4 months ago

Deploy Preview for sensational-seahorse-8635f8 ready!

Name Link
Latest commit 911f1b9c9c43ba0f589ca7da2af27ddf2f331219
Latest deploy log https://app.netlify.com/sites/sensational-seahorse-8635f8/deploys/662c5f6beab7530008b22a00
Deploy Preview https://deploy-preview-278--sensational-seahorse-8635f8.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

gitamgadtaula commented 3 months ago

@Sqrcz Oh how could I have missed that one too. Anyway I added it and should be good to go now.