-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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(Cascader): support autoClearSearchValue #44033
feat(Cascader): support autoClearSearchValue #44033
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: rc-cascader@3.14.1 |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
这么快 1kb 用完了 |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## feature #44033 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 658 658
Lines 11191 11191
Branches 3031 3031
=========================================
Hits 11191 11191
☔ View full report in Codecov by Sentry. |
…cascader-auto-clear
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
#43951
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at 6af589e
Add a new prop
autoClearSearchValue
to the Cascader component that allows clearing the search on item selection in multiple mode. Update the API documentation in English and Chinese and the type definition in TypeScript. Bump up the dependency version ofrc-cascader
to support the new feature.🔍 Walkthrough
🤖 Generated by Copilot at 6af589e
autoClearSearchValue
to the Cascader component to control whether the current search will be cleared on selecting an item in multiple mode (link, link, link)rc-cascader
to~3.15.0
inpackage.json
to use the new feature ofautoClearSearchValue
(link)