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. prop
    Log in to post
    • S

      Not mutating prop, still get an error
      Help • error prop • • szabiaura

      5
      0
      Votes
      5
      Posts
      521
      Views

      S

      @dobbel Thanks, that almost did it. For the perfect solution you need

      @Prop({ type: Boolean, default: false }) readonly withAdd!: boolean;
    • J

      Disable entire form (Quasar Beta v1)
      Help • form prop • • jriemer

      5
      0
      Votes
      5
      Posts
      1359
      Views

      metalsadman

      @jriemer welp, you could use inner loading component https://quasar.dev/vue-components/inner-loading#Introduction to disable a part of your form.
      example https://codepen.io/metalsadman/pen/QRoKoz. you could use a spinner or just choose not to show one, by giving it a size prop of 0px.