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
7.0.0-rc.3
Windows 10, Chrome 71.0.3578.98
https://stackblitz.com/edit/angular-6qcf8y?file=src/app/app.component.ts
Focus on the component and press SPACEBAR, the switch value changes.
When the component is loading, focus on him and press SPACEBAR, the component shouldn't not be accessible.
When the component is loading, focus on him and press SPACEBAR, the component is still accessible and changes value.
This only works when the option "nzControl" is true.
The text was updated successfully, but these errors were encountered:
fix(module:switch): fix switch error when loading or disabled (#2896)
a67984c
close #2787
fix(module:switch): fix switch error when loading or disabled (NG-ZOR…
24afc7a
…RO#2896) close NG-ZORRO#2787
dcf4d68
Successfully merging a pull request may close this issue.
Version
7.0.0-rc.3
Environment
Windows 10, Chrome 71.0.3578.98
Reproduction link
https://stackblitz.com/edit/angular-6qcf8y?file=src/app/app.component.ts
Steps to reproduce
Focus on the component and press SPACEBAR, the switch value changes.
What is expected?
When the component is loading, focus on him and press SPACEBAR, the component shouldn't not be accessible.
What is actually happening?
When the component is loading, focus on him and press SPACEBAR, the component is still accessible and changes value.
Other?
This only works when the option "nzControl" is true.
The text was updated successfully, but these errors were encountered: