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

[Transfer 穿梭框] change事件 获取不到默认回显选中并禁用的数据 #4115

Closed
liu-yuren opened this issue Apr 17, 2024 · 5 comments
Labels
to be published to be published

Comments

@liu-yuren
Copy link

tdesign-vue-next 版本

1.8.1

重现链接

No response

重现步骤

代码示例

<script setup lang="ts"> const data = [{ value: 1, label: '内容1', disabled: false, }, { value: 2, label: '内容2', disabled: true, }, { value: 3, label: '内容3', disabled: false, }] const value = ref([2]) function transferChange(a: string[], context: any) { console.log(a, 'aaa') console.log(context, 'context') } </script>

期望结果

No response

实际结果

No response

框架版本

Vue(3.3.8)

浏览器版本

Chrome(123.0.6312.123)

系统版本

No response

Node版本

v20.11.1

补充说明

No response

Copy link
Contributor

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

@XBIsland
Copy link
Contributor

没理解,有空提供下最小demo。

@liu-yuren
Copy link
Author

demo.txt

@liu-yuren
Copy link
Author

@XBIsland 上面的 demo.txt 中代码可以复现

@uyarn
Copy link
Collaborator

uyarn commented May 17, 2024

fixed 1.9.5

@uyarn uyarn closed this as completed May 17, 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

No branches or pull requests

3 participants