-
Notifications
You must be signed in to change notification settings - Fork 353
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
[Input][Select][Pagination][Tabs][Table] table 分页器在 tabs 切换时表现异常 #1678
Comments
👋 @huangpiqiao,感谢给 TDesign 提出了 issue。 |
|
看起来像 destroyOnHide 这个组件未销毁 带来的问题,destroyOnHide 给定true 暂时可以解决你的问题。 |
应该是 Select 中某个初始化问题导致。 v-show、v-if 会有不同表现 |
实际查了一下,应该是 切换到tab2的时候,宽度默认都回到一个比较窄的值了,Select 的 value 被隐藏了一部分,"10 条/页" 的后半部分被挡住了 |
明白了,是 Input 组件 |
Vue2 resolved in #1749 Tencent/tdesign-common#968 Vue2 修复效果如下 2022-11-06.11.40.15.mov |
Vue3 错误的效果如下 2022-11-06.12.11.01.movVue3 resolved in Tencent/tdesign-vue-next#1968 修复效果同 Vue2 |
React 错误效果和 Vue2 一样,切换 Tab 时,分页组件的文本会被隐藏。 2022-11-06.12.27.51.movreact resolved in Tencent/tdesign-react#1669 |
fixed in 0.49.4 |
tdesign-vue 版本
0.49.0
重现链接
https://codesandbox.io/s/tdesign-vue-demo-forked-xtjhpf?file=/src/demo.vue
重现步骤
1、点击选项卡2
期望结果
分页器正常展示
No response
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: