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. sday
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Groups 0

    sday

    @sday

    0
    Reputation
    22
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sday Follow

    Latest posts made by sday

    • RE: [v1] QDate & QTime does not have ok/cancel button to dismiss the dialog

      I can’t seem to get hide() to work, but what’s working for me is… (although I’m using q-popup-edit)
      <q-popup-edit ref=“popupStartDate" v-model=“props.row”
      <q-date v-model=“props.row.startDate” @input="$refs.popupStartDate.set()"

      Also took me some time to realize that if I set the v-model in the q-popup-edit to the same as the v-model in the q-date, the value would immediately change back to the original value after selecting it.

      posted in Framework
      S
      sday
    • RE: @quasar/app v1.0.0-beta.10 released!

      Oops, I think I see the issue. I was on a tab of a production version of the docs. But needed to be in https://v1.quasar-framework.org/vue-components/list-and-list-items

      posted in Announcements
      S
      sday
    • RE: @quasar/app v1.0.0-beta.10 released!

      Amazing stuff… Is there a place I can go to see what is not yet implemented? I’ve noticed a few obvious components that don’t seem to work, or at least some of the sub components are missing. Could very well be how green I am with this framework.

      Ex:
      QList https://quasar-framework.org/components/lists-and-list-items.html

      If I include the docs suggested components in my /quasar.conf.js I get:

      Unknown custom element: <q-list-header> (and several other similar errors for missing sub-components)

      Thanks for any help, I just don’t want to chase ghosts as I work through this exciting beta version of the framework.
      -Steve

      posted in Announcements
      S
      sday