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. Tags
    3. html
    Log in to post
    • A

      Multi step form with options prompts different forms
      Help • html quasar v1.0.0 vue.js • • Alam

      2
      0
      Votes
      2
      Posts
      674
      Views

      dobbel

      @alam

      Look alan you have posted twice now about how to create some application feature with Quasar in UMD mode.

      People here on this forum are very happy to help with Quasar questions and issues. I have pointed you in the right direction, but forum members are not going to create a 6 step wizard component for you. That’s not asking for help that is asking for someone else to do your job. If you want support please make an effort first or create a post it in the jobs section.

    • K

      Can you style normal elements with Quasar?
      Help • css html select • • kosciak

      2
      0
      Votes
      2
      Posts
      1482
      Views

      rstoenescu

      Select documentation: http://quasar-framework.org/components/select.html
      You need a model and options. Options object looks like this (just an example):

      selectOptions: [ { label: 'Google', value: 'goog' }, { label: 'Facebook', value: 'fb' }, ... ]

      Use Vue computed properties if needed 😉