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

    QInput inside QTree header loses focus when clicked on

    Help
    1
    1
    97
    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.
    • S
      Sonit last edited by

      When i insert QInput inside Qheader, it loses focus, when i click on header with Input. QInput inmmediatly fires focus event and after that - blur event. How can i prevent this behaviour to make QTree editable? Thanks

      P.S. I think this happend because of this code in QTree source (line 571):

      __onClick (node, meta, e, keyboard) {
      keyboard !== true && this.__blur(meta.key)
      }

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