-
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
[Slider] range 模式下设置了 value 为 undeifned 时无法操作第二个游标滑块无法拖动 #2618
Comments
👋 @NWYLZW,感谢给 TDesign 提出了 issue。 |
限制传入类型?或者支持这俩种特殊情况? |
…defined for value when open range mode Tencent/tdesign-react#2618
我觉得传值时肯定会知道传什么的,限制传入类型可以ts number[] replace [number,number],支持两种情况会判断过多,第一种用戶用js就没什么用,你觉得呢? |
主要有个问题,因为如果要必传 value 的话,外面就必须处理 value 的值了。 其次的话,我在使用过程中发现 |
其实我觉得支持空数组也挺正常的 🤔 |
tdesign-react 版本
1.3.1
重现链接
sandbox
重现步骤
设置 Slider 组件为 range,并且不提供默认值(或者提供空数组)
期望结果
正常被拖拽
实际结果
拖拽异常,无法交互
框架版本
18.2.0
浏览器版本
系统版本
Node版本
补充说明
No response
The text was updated successfully, but these errors were encountered: