quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.28k stars 3.43k forks source link

QUploader hide-upload-btn prop #17049

Closed cirolosapio closed 1 month ago

cirolosapio commented 1 month ago

What happened?

using hide-upload-btn prop the button is still visible

What did you expect to happen?

the upload button should disappear

Reproduction URL

https://stackblitz.com/edit/quasarframework-issue-17049

How to reproduce?

  1. open reprodution
  2. see

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Components (quasar)

Platforms/Browsers

No response

Quasar info output

No response

Relevant log output

No response

Additional context

No response

yusufkandemir commented 1 month ago

Without the prop (the upload button is visible) image With the prop (the upload button is not there) image

If you want to hide the "add files" button instead, your best bet is to use the readonly prop.