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/ng-zorro-antd-start-7487mz
Bind to [nzAddOnBefore] and toggle it's value between a renderable value and a falsy value.
[nzAddOnBefore]
The [nzAddOnBefore] content should disappear and the projected content inside of the <nz-input-group> should still display.
<nz-input-group>
The projected content disappears and the <nz-input-group> is empty.
I didn't check other properties (e.g. [nzAddOnAfter]), but it's possible they behave similarly.
[nzAddOnAfter]
The text was updated successfully, but these errors were encountered:
a37ec0a
fix(module:input): fix ng-content nzAddOnBeforeIcon transclusion (NG-…
02c2a76
…ZORRO#3597) close NG-ZORRO#3596
0243a59
vthinkxie
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-7487mz
Steps to reproduce
Bind to
[nzAddOnBefore]
and toggle it's value between a renderable value and a falsy value.What is expected?
The
[nzAddOnBefore]
content should disappear and the projected content inside of the<nz-input-group>
should still display.What is actually happening?
The projected content disappears and the
<nz-input-group>
is empty.I didn't check other properties (e.g.
[nzAddOnAfter]
), but it's possible they behave similarly.The text was updated successfully, but these errors were encountered: