Skip to content
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] 组件传入的options的某一option的value为0时,选择该option,选中态不会被改变 #4021

Closed
kkk48ku opened this issue Mar 14, 2024 · 3 comments · Fixed by #4025
Labels
to be published to be published

Comments

@kkk48ku
Copy link

kkk48ku commented Mar 14, 2024

tdesign-vue-next 版本

1.9.0

重现链接

https://stackblitz.com/edit/aqa5w4?file=package.json,src%2Fdemo.vue

重现步骤

image

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Copy link
Contributor

👋 @kkk48ku,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@XBIsland
Copy link
Contributor

treeStoreExpendEffect 忽略了 val = 0 的情况

getTreeValue 函数同上

} else if (value) {

XBIsland added a commit to XBIsland/tdesign-vue-next that referenced this issue Mar 15, 2024
@uyarn uyarn added the to be published to be published label Mar 17, 2024
@uyarn uyarn reopened this Mar 17, 2024
@github-actions github-actions bot mentioned this issue Mar 28, 2024
16 tasks
@uyarn
Copy link
Collaborator

uyarn commented Mar 29, 2024

fixed in 1.9.1

@uyarn uyarn closed this as completed Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to be published to be published
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants