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

    QPopover as Dropdown Menus (on hover)

    Help
    2
    2
    1047
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kayumanggi last edited by

      Is it possible to do this with popovers?
      I tried @mouseover=“openPop()” @mouseout=“closePop()” to the parent button but apparently it is being injected as a direct child of <body> so it doesn’t close. Any alternatives are also appreciated. Thanks

      1 Reply Last reply Reply Quote 0
      • krsyoung
        krsyoung last edited by

        For the record the solution is to use the .native modifier.

        @mouseover.native="toggleSettingsPopover()"
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post