No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. zafri
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    zafri

    @zafri

    0
    Reputation
    136
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    zafri Follow

    Latest posts made by zafri

    • RE: Change datetime background color

      @benoitranque I added in my component stylus and its not working. Could you please tell me where should i put it?

      posted in Help
      Z
      zafri
    • Change datetime background color

      0_1512011328019_ffd737cb-c6d7-492a-97c0-ac8f11353f01-image.png

      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.

      posted in Help
      Z
      zafri
    • RE: Basic Quasar Help

      Have you looked at this http://quasar-framework.org/components/button.html yet?

      posted in Help
      Z
      zafri
    • 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.

      posted in Help
      Z
      zafri
    • 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 to anchor 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>

      posted in Help
      Z
      zafri