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. Amine2
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    Amine2

    @Amine2

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

    Amine2 Follow

    Latest posts made by Amine2

    • RE: Error after upgrade to latest version for triggering QBtn on enter

      In order for the user to be able to activate the @submit events on the form, create a QBtn with type set to submit

          <q-form
            @submit.prevent="yourSubmitMethod"
          >
             // your form
              <q-btn label="Submit" type="submit" color="primary"/>
          </q-form>
      
      posted in Framework
      A
      Amine2