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
I think the fix in #5260 introduced a new bug. If you have provided accept property and try to select a filetype that is not in accept property, the error message of invalid filetype will not show.
Describe the bug
I think the fix in #5260 introduced a new bug. If you have provided accept property and try to select a filetype that is not in accept property, the error message of invalid filetype will not show.
Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-hoaxde?file=src%2FApp.vue
PrimeVue version
3.50.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
Chrome
Steps to reproduce the behavior
Select "Choose"
Select "all" under filetypes.
Select any file that is not a jpeg or png
Expected behavior
Error message for invalid filetype should show.
The text was updated successfully, but these errors were encountered: