-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
nzShowSearch on nz-select does not work in IOS 13 #4296
Comments
the examples on the official website are also not working... |
@WeslleyDeSouza The same problem here with ios 12. I also face the #4259 when use nz-select as a search box. And then, I've made a custom search box by nz-autocomplete like this https://stackblitz.com/edit/angular-pyvfwe to resolve those issues It is working fine for now, at least it is useful when we wait for an official support to this. |
@aaaahoang123 Thanks for ur reply.. note: any update on this? |
Hello, |
yes in the mean while im using select2, |
Thanks for your advice! |
which feautures do you need that select2 doesn't have? |
there is also an npm version of select2 but its also an jQuery wrapper |
Actually, there's a lot, eg. custom And I assume there's no output callbacks like And at least there's design... it looks different (worse) than nz-select and it feels like it would't be zero-time job to make it look similar to nz-select (and rest of ng-zorro components, we're using)... |
So if is there any way to speed up this bug fixation, I'm all ears. |
Is there any chance this issue will be resolved in next version? |
@vthinkxie could you please provide us any information/updates about this? |
@junekpavel |
@WeslleyDeSouza is there any way you can list the exact class you removed to get the keyboard working again on IOS? |
Managed to fix it with a workaround! I drew inspiration for fixing this issue from here and did the following: In the
Alternatively, you could add it site-wide in
Unfortunately the Until an official fix, I hope this workaround can help someone else who's stuck pulling their hair out over this. |
I found that long press will pop up the keyboard. |
Can confirm this workaround works |
Any update on an official fix for this issue on iOS as we are experiencing this as well? |
This is also a major blocker for me. Hopefully it gets fixed soon. There is a tiny gap between the beginning of the select and before the placeholder that actually triggers the input and thus the keyboard. |
Workaround dont work in 9.0.0 |
I figure out a workaround, I simply remove "readonly" attribute in nz-select input element to fix this issue.
|
This workaround works
|
fix this, please. It happening on all mobile devices, on android too. |
Maybe the same problem with #5645. |
Reproduction link
https://ng-zorro-antd-start-bbhuis.stackblitz.io
Steps to reproduce
Implemented Attribute:
nzShowSearch
What is expected?
Input should be focused and keyboard should appear
What is actually happening?
Keyboard does not appear
similar to : #1653
The text was updated successfully, but these errors were encountered: