-
Notifications
You must be signed in to change notification settings - Fork 328
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
[Select 选择器] Select Props 属性中 使用onRemove 事件失效 #2789
Comments
👋 @zedwei2,感谢给 TDesign 提出了 issue。 |
看了一下代码这个改的话 onRmove 事件得改一下类型了,只能传出当前选中的key或者当前删除的节点出来,而不是现在定义的 |
我们已经在修复了,谢谢!!! |
好的 |
欢迎后续更多的参与和贡献!😁 |
@Ali-ovo 才看到 本来是我修复 那你提个PR吧 需要你的热情~ |
哈哈,感谢 之前我也给 tdesign 做过很多贡献 这个bug看我说的 我想的是 或者是我的代码地方理解错了吗? |
不好意思 忘记回消息了 @Ali-ovo 我理解现在的参数类型是可以满足的 里面的value data都是指这个被删除的选项 |
好的 这个ts类型貌似一直报错 我该了一版 请review一下 |
fixed 1.5.4 |
tdesign-react 版本
1.5.2
重现链接
https://codesandbox.io/s/tdesign-react-demo-forked-jpz77g?file=/src/demo.jsx
重现步骤
1.打开【重现链接】的地址
2.移除第一个select中某一项数据
3.查看控制台打印情况
期望结果
可以触发onRemove事件
实际结果
无法触发onRemove事件
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: