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

FwbFileInput accept props not working #284

Closed callixte closed 2 months ago

callixte commented 3 months ago

Hello there,

I am using v0.1.4 and the FwbFileInput component. I tried to add an accept field as it is one of the props now. But it doesn't work and it is passed on to the first div as if not recognized as a prop.

I checked the code in my node_modules and noticed something weird: the src/components/FwbFileInput/FwbFileInput.vue has the correct props, but the dist/components/FwbFileInput/FwbFileInput.vue.d.ts doesn't.

Thanks in advance for your help.

Sqrcz commented 3 months ago

Thank you for catching this... it looks like release was not build properly... :/

I'm AFK for the weekend already... but I'll fix it as soon as I'm back on Monday.

Sqrcz commented 2 months ago

Hey @callixte,

v0.1.5 was just released please check if it fixed this issue.

callixte commented 2 months ago

Hi @Sqrcz,

it works fine with 0.1.5. Thanks!