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. form
    Log in to post
    • R

      Form Component: Range props - markers
      Help • compnent form markers range • • rhscjohn

      2
      0
      Votes
      2
      Posts
      161
      Views

      Shoooryuken

      hi,
      if you want to change the color of the line or the point under the line, just change css 🙂

      for the line

      .q-slider__track-container--h{ background: red }

      for the point/maker the 2 first color are for the makers and lasts color for the line…

      background-image: repeating-linear-gradient(90deg,red,red,2px,transparent 0,transparent) ```
    • J

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

      5
      0
      Votes
      5
      Posts
      1344
      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.

    • J

      Access component v-model
      Help • component form v-model • • julioferraz

      5
      0
      Votes
      5
      Posts
      4329
      Views

      J

      @s-molinari Thank you Scott!

    • a47ae

      Placing buttons after QField
      Help • button css form q-input styling • • a47ae

      1
      0
      Votes
      1
      Posts
      1430
      Views

      No one has replied

    • D

      vee-validate dialog form validation?
      Help • dialog form quasar-dialog validation vee-validate • • Diferno

      5
      0
      Votes
      5
      Posts
      2689
      Views

      J

      Sorry to resurrect this… how were you able to use vuelidate or any sort of error displays using the dialog? I’ve been trying and researching but can’t find anything definitive.