@benoitranque I added in my component stylus and its not working. Could you please tell me where should i put it?
Latest posts made by zafri
-
RE: Change datetime background color
-
Change datetime background color
How to change the blue background into something like purple. I am using
v0-13
btw. I tried changing the.q-datetime-header
class in my component stylesheet but it has no effect. -
RE: Basic Quasar Help
Have you looked at this http://quasar-framework.org/components/button.html yet?
-
Difference between quasar LocalStorage and vuex
I,ve been using LocalStorage for sharing data between components. But I know vuex does the same thing except vuex concept is single source of truth.
My question is does data persist in LocalStorage supported in all browsers? Should I continue using LocalStorage because from what I’ve seen vuex is the way to go for data state management.
-
How to force q-select to always anchor bottom
My
select
input always anchor top whenever it has enough space for top anchor like this https://ibb.co/bx0LtG. I would like to be able to force it toanchor bottom
like popover. I looked into the docs for v0-13 (I am using v0-13 btw) and theres no such option to do that.Here is my code
<q-select type="list" v-model.lazy="numberOfPet" :options="listOfNumberOfPets" class="full-width"></q-select>