-
Notifications
You must be signed in to change notification settings - Fork 333
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
[TreeSelect] 有 valueDisplay 时,clearable 失效 #1743
Comments
👋 @moecasts,感谢给 TDesign 提出了 issue。 |
|
honkinglin
added a commit
that referenced
this issue
Nov 28, 2022
16 tasks
uyarn
added a commit
that referenced
this issue
Nov 30, 2022
* fix(tree-select): 修复 valueDisplay 清空按钮不展示问题 fix #1743 * chore: update select demo Co-authored-by: Uyarn <uyarnchen@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-react 版本
0.43.1
重现链接
https://codesandbox.io/s/tdesign-react-demo-forked-us3dmp?file=/src/demo.jsx
重现步骤
如题,同时设置
valueDisplay
和clearable
时,无法展示清除按钮。期望结果
可以正常展示清除按钮
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
SelectInput 组件单选模式的问题。
https://github.com/Tencent/tdesign-react/blob/develop/src/select-input/useSingle.tsx#L72
The text was updated successfully, but these errors were encountered: