Closed mueslirieger closed 7 months ago
@benjamincanac But how can I access file blob now when using type=file with UInput? That change broke my file input
Have you tried with the latest edge package until we make a proper release?
@benjamincanac I just got bit by this bug after updating to v2.15.0
. Downgrading to v2.14.2
fixes it.
@bkuri This has been fixed in #1570 where you'll receive files
directly.
Environment
Version
v2.15.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-xdwrzs?file=app.vue
Description
As of v2.15.0 file inputs no longer provide access to the native DOM event (#1560) which breaks the usage of UInput with
type="file"
. For file inputs to work, the change event would have to emitevent.target.files
.Additional context
No response
Logs
No response