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

    mespino

    @mespino

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

    mespino Follow

    Latest posts made by mespino

    • RE: Hide seamless dialog if I switch tab panel

      @metalsadman

      Yeah, that’s an option I was considering, you know… lazy developers…

      posted in Framework
      M
      mespino
    • RE: Hide seamless dialog if I switch tab panel

      To contain a form that is used to configure data from the child component, for instance, if you click in a “box” the dialog should show but you can still interact with the child component. The dialog keeps on top of everything even if you switch tabs, unless I’ve misunderstood the parent property

      posted in Framework
      M
      mespino
    • Hide seamless dialog if I switch tab panel

      Hi

      This is my situation, I have a seamless dialog in a component that is a child of a Tab Panel, please find below a raw code explaining the organization.

      <tabpanel>
             <childComponent>
                        this.$q.dialog({
                              component: customComponent,
                               parent: this
                        })
             </childComponent>
      

      When I set parent with “this” what I’m expecting if I switch tab I should not see the seamless dialog because childComponent is under a certain tab, is it possible to make it work? or I need to use a different component instead of the Dialog.

      Thanks

      posted in Framework
      M
      mespino