-
Notifications
You must be signed in to change notification settings - Fork 163
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
[Cascader] onChange
事件会重复触发且文档类型不正确
#1086
Labels
Comments
👋 @Kigoal,感谢给 TDesign 提出了 issue。 |
Kigoal
changed the title
[Cascader]
[Cascader] Sep 14, 2023
onChange
事件会触发重发且文档类型不正确onChange
事件会重复触发且文档类型不正确
anlyyao
added
bug
Something isn't working
easy
简单问题
issueshoot
代码共建平台
middle
中等问题
and removed
easy
简单问题
labels
Sep 14, 2023
i look look |
bitjian
added a commit
to bitjian/tdesign-mobile-vue
that referenced
this issue
Sep 15, 2023
…有响应式问题 Tencent#1086 fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题
This was referenced Sep 15, 2023
bitjian
added a commit
to bitjian/tdesign-mobile-vue
that referenced
this issue
Sep 18, 2023
fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题 Tencent#1086
15 tasks
anlyyao
pushed a commit
that referenced
this issue
Sep 25, 2023
* fix: fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题 fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题 #1086 * fix: fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题 fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问题 * fix: fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问 题 fix(cascader): 修复变更选项触发两次onchange事件和v-model绑定ref()没有响应式问 题
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-mobile-vue 版本
1.0.3
重现链接
No response
重现步骤
期望结果
No response
实际结果
1.实际在每次选完的时候会触发两次,第一次必定是
undefined
类型, 第二次是TreeOptionData<string | number>[]
类型,非文档的string[]
类型。2.在没有
props.title
时t-cascader__title
样式的高度为0
,导致t-cascader__close-btn
样式显示错位。3.
v-model
、v-model:value
只会使用初始值,后面值有更新时不会触发响应式框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
IssueShoot
pull request
并合并为准The text was updated successfully, but these errors were encountered: