q-input very slowly
-
https://discord.com/channels/415874313728688138/596275787989123072/803894161249402890
hi, do you have some idea, why q-tab area is full with content and there is great delay in input. When there is no content in q-tab area become instant. Look the video in link. Thanks in advance. -
Please create a codepen.io that demonstrates your problem, so we can give you better support.
-
https://photos.app.goo.gl/Pvo8BYfVr3VNVtHq6 - correct link
-
@tahuc Do you maybe have some very heavy computed functions based on the input value? Perhaps that plus non-keyed elements in a v-for loop? You could also use quasar’s virtual scrolling or intersection observer components to cut down the amount on re-rendering on input.