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

    Tree filter does not filter certain items

    Framework
    2
    3
    69
    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.
    • A
      Amod last edited by

      I am using the Tree component with the filter enabled. Once I start typing in the filter, the items in the tree get filtered as I type, however 1 specific item never gets filtered.

      Working Example is here

      Open the codepen and start typing in the filter textbox, e.g.

      • set (pulls up the item containing text setup),
      • another one, type - hie (pulls up the item containing text hierarchy).

      Likewise it works for all items except 1 - user. Now start typing user - nothing gets filtered though there is an item containing text “user” if you see the array list.

      All array items are of the same type, nothing fancy. What am I missing here? Or is this a bug?

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @Amod last edited by

        @Amod

        Nothing gets filtered when you type user because ALL your leafs contain the substring user inside s_username (narchar(255)).

        1 Reply Last reply Reply Quote 0
        • A
          Amod last edited by

          Thank you ! My bad

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