-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat(CascaderSelect): should support clear search value in multiple mode #3008 #4806
Conversation
你好,该 pr 已 30 天没有活动,因此被标记为 stale,如果之后的 7 天仍然没有活动,该 pr 将被自动关闭 |
@@ -687,6 +692,9 @@ class CascaderSelect extends Component { | |||
); | |||
// 更新缓存 | |||
this.refreshValueDataCache(value); | |||
if(clearSearchOnSelect && searchValue){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里和 703 行对于 searchValue 的处理逻辑为什么是分开的,并且还不一样?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外格式化的问题也解决一下哈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eternalsky 已修改
65aa5c9
to
e24481b
Compare
eb8d4ef
to
2d05244
Compare
should support empty search value after selection close #3008