-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] QSelect doesn't trigger the keyboard when using Autocomplet on more than 2 chars #6491
Labels
Comments
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Mar 5, 2020
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Mar 5, 2020
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Mar 5, 2020
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Mar 6, 2020
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Mar 6, 2020
rstoenescu
pushed a commit
that referenced
this issue
Mar 6, 2020
Fix will be available in "quasar" v1.9.9. |
This is not fixed, i think the field on the popup gets focused, but the keyboard is not triggered |
@Bosphoramus |
yes @pdanpdan thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Using the docs examples, when you tap on the QSelect example for Basic autocomplete (https://quasar.dev/vue-components/select#Example--Basic-autocomplete) the keyboard show up and the user can start typing immediately.
When using the example Autocomplete on more than 2 chars (https://quasar.dev/vue-components/select#Example--Autocomplete-on-more-than-2-chars) the user has to tap on the search box on the top of the screen for the keyboard to show up.
Codepen/jsFiddle/Codesandbox (required)
Working example: https://quasar.dev/vue-components/select#Example--Basic-autocomplete
Not working example: https://quasar.dev/vue-components/select#Example--Autocomplete-on-more-than-2-chars
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The keyboard has to show up without the need for a second tap on the example https://quasar.dev/vue-components/select#Example--Autocomplete-on-more-than-2-chars
Screenshots
Platform (please complete the following information):
OS: iOS
Node: 11.12.0
NPM: 6.13.7
Browsers: Safari
iOS: 13.3.1
The text was updated successfully, but these errors were encountered: