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

    q-tab-panels wrongly reacting to event('input') emitted by input-field inside a q-tab.

    Framework
    2
    3
    230
    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.
    • J
      jitendra16 last edited by

      When i switch tabs following event triggered as expected.

      name:“before-transition”
      type:"$emit"
      source:"<QTabPanels>"
      payload:Array[2]
      0:“tab4”
      1:“tab2”

      But one of my tab have q-input inside, so when i start typing in q-input following event happens unexpectedly.

      name:“before-transition”
      type:"$emit"
      source:"<QTabPanels>"
      payload:Array[2]
      0:InputEvent
      1:“leave”

      So as a result i have no q-tab displayed because there is no tab exists named ‘InputEvent’.

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Hi,

        This has been fixed many betas ago.
        While we are still in v1 beta, it is paramount that everyone keeps Quasar dependencies up to date.

        J 1 Reply Last reply Reply Quote 1
        • J
          jitendra16 @rstoenescu last edited by

          @rstoenescu Thank you for your great work and quick response. I have upgraded, now everything OK.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post