You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 emit event.target.files.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: