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. fpchagas
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    Posts made by fpchagas

    • q-tree - customize names (label, children)

      How do I customize the children name?

      Customizing the name label:

      <template v-slot:default-header=“prop”>
      <div class=“row items-center”>
      <div class=“text-weight-bold text-primary”>{{ prop.node.name }}</div>
      </div>
      </template>

      posted in Framework
      F
      fpchagas
    • RE: Q-date - v-for - close dialog

      Perfect.
      Thanks

      posted in Framework
      F
      fpchagas
    • Q-date - v-for - close dialog

      Hi,
      I’m using q-date inside a v-for, hide() is not working.

      https://codepen.io/fpchagas/pen/RwNMrWN

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

      I’m a beginner and I’m in trouble, can you help me?
      Inside v-for q-popup-proxy does not close.

      https://codepen.io/fpchagas/pen/RwNMrWN

      posted in Framework
      F
      fpchagas