-
-
Notifications
You must be signed in to change notification settings - Fork 50.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
refactor(checkbox): rewrite with hook #27739
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 0c7d3c9:
|
Size Change: -19.8 kB (2%) Total Size: 788 kB
|
Codecov Report
@@ Coverage Diff @@
## master #27739 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 389 389
Lines 7331 7323 -8
Branches 2034 2079 +45
=========================================
- Hits 7331 7323 -8
Continue to review full report at Codecov.
|
@@ -1280,7 +1280,6 @@ exports[`Transfer should support render value and label in item 1`] = ` | |||
> | |||
<Checkbox | |||
checked={false} | |||
indeterminate={false} |
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.
我看 indeterminate 默认是 false,这个 snap 删除了是预期的吗?
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.
/rebase |
fc44e40
to
0c7d3c9
Compare
记得更新一下 https://github.com/ant-design/ant-design/projects/6 ,方面跟踪进度。 |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge