ant-design next.js中使用 Input.TextArea ,Link跳转切换多语言后,AutoSize失效

brjng4g3  于 5个月前  发布在  其他
关注(0)|答案(6)|浏览(54)

https://antd-textarea-bug.vercel.app

Steps to reproduce

点击前2个多语言切换组件,进行多语言切换,下面的 textarea 的 AutoSize 属性直接失效

What is expected?

Link切换多语言,AutoSize保持正常,跟a标签跳转的效果一样

What is actually happening?

nextjs使用Link切换语言AutoSize失效
| Environment | Info |
| ------------ | ------------ |
| antd | 5.16.1 |
| React | react@18,next.js@14.2.2 |
| System | macos |
| Browser | chrome@126.0.6478.185 |

代码地址: https://github.com/xuqssq/antd-textarea-bug
部署地址: https://antd-textarea-bug.vercel.app

已经尝试过antd@5.19.3,依然存在

new9mtju

new9mtju1#

I also encountered this problem.

0x6upsns

0x6upsns2#

I also encountered this problem.

nvbavucw

nvbavucw3#

你的复现直接点进去就是无法 resize 的。

2eafrhcq

2eafrhcq4#

Hello @xuqssq. Please provide a online reproduction by forking this one or provide a minimal GitHub repository like create-react-app-antd . Issues labeled by Need Reproduce will be closed if no activities in 3 days.

你好 @xuqssq,我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过 fork 这个 在线重现案例 ,或者提供一个最小化的 GitHub 仓库(类似 create-react-app-antd )。3 天内未跟进此 issue 将会被自动关闭。
什么是最小化重现,为什么这是必需的?

tyg4sfes

tyg4sfes5#

我设置了resize: "none",不给拖动调整

相关问题