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://stackblitz.com/edit/angular-kzpwnt?file=src/app/app.component.ts
Click into first input press tab to navigate between form items
TreeSelect should be focused and be able to open by space. In general have the same behaviour as simple select
TreeSelect is not focused on tab navigation
The text was updated successfully, but these errors were encountered:
fix(module:tree-select): selector cannot focus
a71d170
close NG-ZORRO#6063
8689f10
fix(module:tree-select): selector cannot focus (#6073)
032bd01
close #6063
@hsuanxyz Thanks a lot!!!!!
Sorry, something went wrong.
hsuanxyz
Successfully merging a pull request may close this issue.
Reproduction link
https://stackblitz.com/edit/angular-kzpwnt?file=src/app/app.component.ts
Steps to reproduce
Click into first input
press tab to navigate between form items
What is expected?
TreeSelect should be focused and be able to open by space.
In general have the same behaviour as simple select
What is actually happening?
TreeSelect is not focused on tab navigation
The text was updated successfully, but these errors were encountered: