We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/s/ng-zorro-antd-ivy-lcwx2?file=/src/app/app.component.ts
click the input element and press "tab"
the select box is focused, and if the select box with property "showsearch", you can input directly
the nz-select-box is not focused
Maybe we can add a focus event to the input in the select to solve this problem.
The text was updated successfully, but these errors were encountered:
fix(module:select): fix select autofocus behavior
994c65b
close NG-ZORRO#5381
fix(module:select): fix select autofocus behavior (#5420)
8617e58
close #5381
fix(module:select): fix select autofocus behavior (NG-ZORRO#5420)
25227f4
vthinkxie
Successfully merging a pull request may close this issue.
Reproduction link
https://codesandbox.io/s/ng-zorro-antd-ivy-lcwx2?file=/src/app/app.component.ts
Steps to reproduce
click the input element and press "tab"
What is expected?
the select box is focused, and if the select box with property "showsearch", you can input directly
What is actually happening?
the nz-select-box is not focused
Maybe we can add a focus event to the input in the select to solve this problem.
The text was updated successfully, but these errors were encountered: