-
-
Notifications
You must be signed in to change notification settings - Fork 50.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
Fix the bug that radio onChange will be overide by radioGroup onChange #14364
Conversation
Changelog~ |
Deploy preview for ant-design ready! Built with commit fc685f0 |
CI broken, pls check. |
Codecov Report
@@ Coverage Diff @@
## master #14364 +/- ##
==========================================
- Coverage 94.36% 94.3% -0.06%
==========================================
Files 325 325
Lines 7094 7099 +5
Branches 1750 1752 +2
==========================================
+ Hits 6694 6695 +1
- Misses 388 392 +4
Partials 12 12
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #14364 +/- ##
==========================================
- Coverage 94.36% 94.3% -0.06%
==========================================
Files 325 325
Lines 7094 7099 +5
Branches 1750 1752 +2
==========================================
+ Hits 6694 6695 +1
- Misses 388 392 +4
Partials 12 12
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #14364 +/- ##
==========================================
- Coverage 94.36% 94.3% -0.06%
==========================================
Files 325 325
Lines 7094 7099 +5
Branches 1750 1752 +2
==========================================
+ Hits 6694 6695 +1
- Misses 388 392 +4
Partials 12 12
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #14364 +/- ##
==========================================
+ Coverage 94.36% 94.39% +0.03%
==========================================
Files 325 325
Lines 7094 7099 +5
Branches 1750 1752 +2
==========================================
+ Hits 6694 6701 +7
+ Misses 388 386 -2
Partials 12 12
Continue to review full report at Codecov.
|
加个测试 |
@zombieJ Done. |
* master: (45 commits) Add type definitions for Steps.Step (#14468) add select check to fix edge wave issue (#14469) Fix for Pagination ellipsis misalignment (#14473) change sentry id ✅ Add sentry in ant.design 💄 New Sketch resources! fix transfer ref (#14441) Add onMouseEnter and onMouseLeave for Menu Item (#14454) update snapshot (#14467) 📝 beautify code style in documentation (#14457) Updating type: TreeSelectProps.getPopupContainer (#14443) change error version 3.12.4 changelog (#14436) Format Fix the bug that radio onchange will be ovrride by radioGroup onchange (#14364) docs: updated doc for create-react-app fix prefixCls of empty go to div (#14404) update snapshot (#14406) add radius on table-placeholder to fix table small size border clip (#14398) fix style of Input.Search with enterButton (#14397) ...
First of all, thank you for your contribution! 😄
New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!
[中文版模板 / Chinese template]
This is a ...
What's the background?
API Realization (Optional if not new feature)
What's the effect? (Optional if not new feature)
Changelog description (Optional if not new feature)
Self Check before Merge
Additional Plan? (Optional if not new feature)