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. gh7531
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    gh7531

    @gh7531

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    gh7531 Follow

    Latest posts made by gh7531

    • RE: QForm - Form Fields Generator

      @njsteele Thank you for your example! It really is awesome with quasar.
      Do you know by any chance how/if the import of the quasar components can be skipped and ‘input’ be directly replaced with ‘q-input’?

                ...
                children: [
                  {
                    #component: 'input',
                    component: 'q-input',
                    model: 'firstName',
                    fieldOptions: {
                ...
      

      Something simillar is done in the fourth example in the documentation but I cant get it to work with quasar in the same way.

      posted in Show & Tell
      G
      gh7531