QInput as QParallax text ?
-
Hi everyone!
I would like to ask if its possible to have a q-input as parallax text. It shows up ok, but doesn’t work on click or type.<q-parallax> <img slot="media" src="assets/city.jpeg"> <h2 class="text-white no-text-shadow">Input header</h2> <q-input v-model="text" class="bg-white" placeholder="This should be a normal text box" /> </q-parallax>
Thanks in advance!