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
1.6.5
chrome: 85.0.4183.121 OS: Mac OS 10.15.2
codesandbox即可复现
期望无论哪次打开弹窗 textarea高度都一致为3行(当前例子中)
点击按钮打开弹窗,textarea 此时高度为3行 点击弹窗cancel按钮关闭弹窗后再打开弹窗,此时textarea高度变成了2行
The text was updated successfully, but these errors were encountered:
有人能回复下吗?随时可以协助复现该bug。
Sorry, something went wrong.
临时方案:在把 v-if 放到 a-modal 外面 https://codesandbox.io/s/vue-antd-template-textarea-within-modal-bug-forked-ss5sj?file=/src/App.vue
v-if
a-modal
fix: textarea height not correct #2974
1d2b93c
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
John60676
No branches or pull requests
Version
1.6.5
Environment
chrome: 85.0.4183.121 OS: Mac OS 10.15.2
Reproduction link
Steps to reproduce
codesandbox即可复现
What is expected?
期望无论哪次打开弹窗 textarea高度都一致为3行(当前例子中)
What is actually happening?
点击按钮打开弹窗,textarea 此时高度为3行
点击弹窗cancel按钮关闭弹窗后再打开弹窗,此时textarea高度变成了2行
The text was updated successfully, but these errors were encountered: