Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'filter' of undefined on QUploader #6647

Closed
baryon opened this issue Mar 21, 2020 · 1 comment
Closed

TypeError: Cannot read property 'filter' of undefined on QUploader #6647

baryon opened this issue Mar 21, 2020 · 1 comment

Comments

@baryon
Copy link

baryon commented Mar 21, 2020

Describe the bug

When we use max-total-size on QUploader comp, it was raise a exception

TypeError: Cannot read property 'filter' of undefined

<q-uploader
        url="http://localhost:4444/upload"
        label="Max total upload size (4k)"
        multiple
        :max-total-size="4096"
        style="max-width: 300px"
      />

To Reproduce

Use Restricting-upload sample to reproduce these issue
https://quasar.dev/vue-components/uploader#Restricting-upload

@rstoenescu
Copy link
Member

Hi,

Thanks for reporting!
Fix will be available in "quasar" v1.9.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants