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-8opyq2
Copy and paste the <nz-select nzShowSearch...-example from the docs.
<nz-select nzShowSearch...
The select is searchable.
The select is not searchable.
As a comparison, it worked beautifully in 7.2.0, see this counter-example: https://stackblitz.com/edit/angular-cmpgse
The text was updated successfully, but these errors were encountered:
fix(module:select): fix select search display (#3324)
d91af03
close #3322
fix(module:select): fix select search display (NG-ZORRO#3324)
c2e885d
close NG-ZORRO#3322
935571b
03cf3d1
vthinkxie
Successfully merging a pull request may close this issue.
Reproduction link
https://stackblitz.com/edit/angular-8opyq2
Steps to reproduce
Copy and paste the
<nz-select nzShowSearch...
-example from the docs.What is expected?
The select is searchable.
What is actually happening?
The select is not searchable.
As a comparison, it worked beautifully in 7.2.0, see this counter-example: https://stackblitz.com/edit/angular-cmpgse
The text was updated successfully, but these errors were encountered: