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

QFile inputClass prop does not work

cirolosapio opened this issue · comments

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

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