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. mfrz6
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 7
    • Best 0
    • Groups 0

    Topics created by mfrz6

    • M

      binding model to QSelect with checkbox
      Help • • mfrz6

      2
      0
      Votes
      2
      Posts
      478
      Views

      dobbel

      @mfrz6

      Please create a codepen( very simple to do by extending a Quasar Doc example) to demo your problem so the people here can help you better.

      btw: I don’t think it’s a good idea to use both v-model and :val on the same component

      <q-checkbox v-model="selectModel" :val="scope.opt.value" />

    • M

      bug in persian range datepicker
      Framework • • mfrz6

      3
      0
      Votes
      3
      Posts
      67
      Views

      Hawkeye64

      @mfrz6 Can you give me the settings (props) you used to cause this issue? I can’t seem to replicate it on my own.

    • M

      change range qdate picker subtitle range
      Help • • mfrz6

      2
      0
      Votes
      2
      Posts
      47
      Views

      dobbel

      @mfrz6

      Looks like a bug to me. I would post a github issue.

    • M

      change language of datepicker
      Help • • mfrz6

      3
      0
      Votes
      3
      Posts
      129
      Views

      M

      @dobbel I did not understand what you meant

    • M

      how can i using Dialog in a JS method?
      Help • • mfrz6

      3
      0
      Votes
      3
      Posts
      79
      Views

      metalsadman

      @mfrz6 use Promises https://codepen.io/metalsadman/pen/LYZZyGy?editors=1010

    • M

      how can i convert from persian date to miladi date?
      Help • • mfrz6

      2
      0
      Votes
      2
      Posts
      141
      Views

      dobbel

      @mfrz6

      Miladi is that the same as Gregorian ?

      I found this library:

      https://github.com/kbwood/calendars

      and a thread to how to use convert:

      https://stackoverflow.com/questions/24989984/convert-persian-date-to-julian-or-gregorian-with-keith-wood-calendars

      and this:

      http://keith-wood.name/calendars.html