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

    marlonfsolis

    @marlonfsolis

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

    marlonfsolis Follow

    Latest posts made by marlonfsolis

    • RE: QForm not submitting when the Vee-validation ValidationProvider is used on q-input

      When using Vee-Validate you need to wrap the form with ValidationObserver and call your onSubmit method with the slot prop handleSubmit.
      Your code would look like
      <ValidationObserver v-slot="{handleSubmit}">
      <q-form @submit.stop=“handleSubmit(onSubmit)”>
      <!-- Your form items here -->
      </q-form>
      </ValidationObserver>

      posted in Help
      M
      marlonfsolis