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

    Possible to use CSS-classes only for style, but no components?

    Help
    2
    2
    99
    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.
    • G
      Gnopps last edited by

      I’ve got a list of about 1000 inputs (and other components) that I want to display. I want to display them all at the same time to make it quick for the user to move between them with the keyboard.

      If I’m using qinput the performance takes a hit (about 6 times slower, which is very noticeable) so instead I’d like to use just the native input-box and style it using Quasar’s material CSS-classes. Is this possible somehow?

      Here is an example of what I mean with the performance: https://codepen.io/Gnopps/pen/ZgJLqZ?editors=1010

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

        I suggest using a vue recycler view or infinite list of some sort. Wrap your qinput inside it if possible.

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