Tencent / tdesign-react

A React UI components lib for TDesign.
https://tdesign.tencent.com/react
MIT License
830 stars 320 forks source link

[Select] valueType="object" 情况下,全选操作的 onChange 回调函数的参数变量类型错误 #3186

Open cdevq opened 5 hours ago

cdevq commented 5 hours ago

tdesign-react 版本

1.9.3

重现链接

https://codesandbox.io/p/sandbox/tdesign-select-valuetype-object-selectall-issue-c2h8cx

重现步骤

  1. 选择某一个项,onChange 参数中,value 数组的元素类型为 object (符合预期)
  2. 选择 “全部”,onChange 参数中,value 数组的元素类型为 字符串 (有问题)

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

Chrome(129.0.6668.100)

系统版本

Window10(22H2)

Node版本

No response

补充说明

No response

github-actions[bot] commented 5 hours ago

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