-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
fix: Cascader className duplicate #27187
fix: Cascader className duplicate #27187
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit eea9df1:
|
Codecov Report
@@ Coverage Diff @@
## master #27187 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 389 389
Lines 7392 7392
Branches 2021 2070 +49
=========================================
Hits 7392 7392
Continue to review full report at Codecov.
|
'expandIcon', | ||
'loadingIcon', | ||
'bordered', | ||
'className', |
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.
Why not omit it from the input
?
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.
考虑过这个,本来没必要从input
里面加,但是偏偏加了,我觉得可能是有意这样做的,没考虑太多,所以就直接从props里面omit了
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #27168
💡 Background and solution
📝 Changelog
Cascader
className duplicateCascader
类名重复☑️ Self Check before Merge