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
2.34.3
3.2.37
Chrome(110.0.5481.177)/Safari(16.0/18614.1.22.1.2)
MacOS(13.0/11.7)
https://codesandbox.io/s/festive-sound-twe3ps?file=/src/Demo.vue
调用一个NInput组件,使用type="textarea"类型,输入大量文字使滚动条得以出现 <n-input type="textarea" :value="text" :autosize="{ minRows: 5, maxRows: 10, }" />
<n-input type="textarea" :value="text" :autosize="{ minRows: 5, maxRows: 10, }" />
滚动条应该出现
没有滚动条出现
https://i.postimg.cc/R0ZBMn3g/2023-03-08-15-50-45.gif
The text was updated successfully, but these errors were encountered:
我也碰到了相同的问题,测试后2.31.0是正常的,后面版本滚动条就没了
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.34.3
Vue version (Vue 版本)
3.2.37
Browser and its version (浏览器及其版本)
Chrome(110.0.5481.177)/Safari(16.0/18614.1.22.1.2)
System and its version (系统及其版本)
MacOS(13.0/11.7)
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/festive-sound-twe3ps?file=/src/Demo.vue
Reappearance steps (重现步骤)
调用一个NInput组件,使用type="textarea"类型,输入大量文字使滚动条得以出现
<n-input type="textarea" :value="text" :autosize="{ minRows: 5, maxRows: 10, }" />
Expected results (期望的结果)
滚动条应该出现
Actual results (实际的结果)
没有滚动条出现
Remarks (补充说明)
https://i.postimg.cc/R0ZBMn3g/2023-03-08-15-50-45.gif
The text was updated successfully, but these errors were encountered: