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

    Infinite scroll inside q-select?

    Help
    2
    2
    638
    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.
    • R
      renzo last edited by

      I have a SELECT with a big number of results from my database and obviously it’s not appropriate to load them all for multiple reasons (memory, UI rendering performance, etc). So I want to load my select progressively, according as scrolling down.

      Is there any component that suits to my necessity? If not, how can I implement q-select with q-infinite-scroll?

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        To be honest, a select should be used with a smaller set of data. If the users needs to “select” from a larger set of data, like 1k+ (and 1k items to look through for the user is a lot), it should be something more like a look-up field, which is a component you’d need to create yourself currently.

        In another thread, Razvan did say the v1.0 select will behave better with larger amounts of data. But, I’d still think about the UX of having the user choose from 1000s of possibilities. It isn’t a good one IMHO.

        Scott

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