-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
an error of textarea nzAutosize in modalServices open component #2713
Labels
Comments
This was referenced Jan 17, 2019
works fine in material dialog, it seems that this bug comes from modal @hsuanxyz plz check |
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Mar 11, 2019
3 tasks
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Mar 14, 2019
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
* fix(module:modal): integrate with tabs and auto-size * fix(module:autosize): bug in modal * test(module:autosize): add resize test case close NG-ZORRO#2286, close NG-ZORRO#2713
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
* fix(module:modal): integrate with tabs and auto-size * fix(module:autosize): bug in modal * test(module:autosize): add resize test case close NG-ZORRO#2286, close NG-ZORRO#2713
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
7.0.0-rc.3
Environment
"ng-zorro-antd": "7.0.0-rc.3"
Reproduction link
https://stackblitz.com/edit/angular-rspkss?embed=1&file=src/app/test.component.ts
Steps to reproduce
open the first modal , the textarea's nzAutosize was right;
open the second modal , the textarea's nzAutosize was wrong;
What is expected?
open the second modal , the textarea's nzAutosize was right;
What is actually happening?
open the second modal , the textarea's nzAutosize was wrong;
Other?
hlep me, thanks
The text was updated successfully, but these errors were encountered: