-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
使用Cascader的filterable时 check-strategy="child"搜索出来的结果只有最后一级 #3220
Labels
feature request
New feature or request
Comments
用户体验非常差的bug:select组件展示大量options,使用鼠标滚轮时,只能滚动一页,无论滚轮怎么滚options都不下滑,只有鼠标动一下位置才能继续滚动一页,然后又被卡死滚不动 |
cascader存在同样问题,版本从2.30.2升级到最新2.30.8 问题依旧 |
可以提一个 issue,感觉和特定的系统或者浏览器版本有关 |
搜索结果展示不出来全路径吗。使用check-strategy=child的时候?
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2022年07月02日 23:36 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.******@***.***> |
| 主题 | Re: [TuSimple/naive-ui] 使用Cascader的filterable时 check-strategy="child"搜索出来的结果只有最后一级 (Issue #3220) |
ptions,使用鼠标滚轮时,只能滚动一页,无论滚轮怎么滚options都不下滑,只有鼠标动一下位置才能继续滚动一页,然后又被卡
可以提一个 issue,感觉和特定的系统或者浏览器版本有关
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function solves the problem (这个功能解决的问题)
搜索出来的最后一级不知道他们的父级是什么,容易选择错误
Expected API (期望的 API)
支持展示目标的父级,
The text was updated successfully, but these errors were encountered: