Skip to content
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

Closed
alexpvieira opened this issue Feb 26, 2020 · 4 comments

Comments

@alexpvieira
Copy link

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:

  1. On iOS access the docs on https://quasar.dev/vue-components/select#Example--Autocomplete-on-more-than-2-chars
  2. Tap on the Qselect from the example
  3. Tap on the search box on top of the screen
  4. The keyboard will show up
  5. On iOS access the docs on https://quasar.dev/vue-components/select#Example--Basic-autocomplete
  6. Tap on the Qselect from the example
  7. The keyboard will show up without the user tapping on the search box

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
image

image

Platform (please complete the following information):
OS: iOS
Node: 11.12.0
NPM: 6.13.7
Browsers: Safari
iOS: 13.3.1

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
Copy link
Member

Fix will be available in "quasar" v1.9.9.

@Bosphoramus
Copy link
Contributor

This is not fixed, i think the field on the popup gets focused, but the keyboard is not triggered

@pdanpdan
Copy link
Collaborator

@Bosphoramus
Hello, his looks like a regression in Qv2 (in Qv1 all works as expected)
Can you please open an issue with the same title and specify Qv2 and link to this issue?

@Bosphoramus
Copy link
Contributor

yes @pdanpdan thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants