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

Keyboard not showing for search in nz-select #5563

Closed
nestoralonsovina opened this issue Jul 15, 2020 · 4 comments
Closed

Keyboard not showing for search in nz-select #5563

nestoralonsovina opened this issue Jul 15, 2020 · 4 comments
Assignees

Comments

@nestoralonsovina
Copy link

Reproduction link

https://stackblitz.com/edit/angular-ovs1tk

Steps to reproduce

  1. Opening Ng-zorro demo using safari in an iOS simulator
    2.In the example with the name "Select with search field"
  2. Click on the select, you will see that it doesn't trigger the keyboard but it works on other examples where nzMode is not "default", with "multiple" or "tags" it works correctly

What is expected?

iOS keyboard should open on click

What is actually happening?

The keyboard is not showing up

Environment Info
ng-zorro-antd 9.3.0
Browser Safari 13
@WeslleyDeSouza
Copy link

any infos ?

@KwFung7
Copy link

KwFung7 commented Jul 21, 2020

Any update on this defect ?

@KwFung7
Copy link

KwFung7 commented Jul 21, 2020

I figure out a workaround, I simply remove "readonly" attribute in nz-select input element to fix this issue.

const inputEle = this.renderer.selectRootElement('nz-select nz-select-search input');
this.renderer.removeAttribute(inputEle , 'readonly');

@wenqi73
Copy link
Member

wenqi73 commented Oct 21, 2020

Closed via #5953.

@wenqi73 wenqi73 closed this as completed Oct 21, 2020
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

5 participants