quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUploader hide-upload-btn prop

cirolosapio opened this issue · comments

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

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.