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

QFile inputClass prop does not work #17166

Closed
cirolosapio opened this issue May 5, 2024 · 1 comment
Closed

QFile inputClass prop does not work #17166

cirolosapio opened this issue May 5, 2024 · 1 comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. kind/bug 🐞 Qv1

Comments

@cirolosapio
Copy link
Contributor

What happened?

using QFile component with input-class prop does not work

What did you expect to happen?

see input class on inner input

Reproduction URL

https://stackblitz.com/edit/quasarframework-jnyyuz?file=src%2Fpages%2FIndexPage.vue

How to reproduce?

  1. open reproduciton

Flavour

Quasar CLI (@quasar/cli | @quasar/app)

Areas

Components (quasar)

Platforms/Browsers

No response

Quasar info output

No response

Relevant log output

No response

Additional context

No response

@github-actions github-actions bot added area/components bug/1-repro-available A reproduction is available and needs to be confirmed. labels May 5, 2024
@rstoenescu
Copy link
Member

Hi,

The input-class and input-style are applied to the inner <input> which is only shown when at least one file has been selected by the user:

image

Since you've opened up this ticket, I think that you actually want to use the bg-color prop instead.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. kind/bug 🐞 Qv1
Projects
None yet
Development

No branches or pull requests

2 participants