Bug: QSelect with use-input scrolling to top of page on mobile (Quasar 1)
See original GitHub issueI notice that this bug has been fixed on Quasar 2 however I cannot find a supporting bug report for this problem.
When using QSelect with the use-input
prop on mobile, closing/exiting the QSelect will sometimes scroll to the top of the page.
This is evident in the Quasar 1 Docs (and the issue is also happening on my Quasar 1 app).
The bug is also very annoying on long pages as you’re forced to scroll all the way back down.
Problem can be seen in the following video (second tab is the Quasar 2 docs): Problem occurs on both Android and iOS
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Select | Quasar Framework
The QSelect Vue component has two types of selection - single or multiple. This component opens up a menu for the selection list...
Read more >Learn Quasar Components - QSelect - YouTube
Want more? https://quasarcast.com/registerListen to the QuasarLife podcast 🎙️https://quasarcast.com/podcastsCatch me on Twitter ...
Read more >Basics to Native Form Submit | Quasar Framework on Vuejs
WATCH this video to learn EVERYTHING about Quasar Select Component. From Basic Implementation, Design, Decorators, Coloring, Disabling, ...
Read more >Quasar q-select @new-value not triggering on mobile
<template> <q-select ref="qSelect" filled v-model="model" use-input use-chips multiple input-debounce="0" new-value-mode="add" ...
Read more >How to use Quasar Select Component (QSelect) - Facebook
EVERYTHING you NEED to know about the QSelect Component! ✓ What is QSelect ? ... look at the screen you can see this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you please check here: https://pdanpdan.github.io/quasar-docs/vue-components/select#filtering-and-autocomplete There are lots of fixes for iOS: https://github.com/pdanpdan/quasar/releases
Fix will be available in Quasar v1.17.0