-
Notifications
You must be signed in to change notification settings - Fork 4k
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(module:checkbox): chebox group can't be disable initially #7806
fix(module:checkbox): chebox group can't be disable initially #7806
Conversation
This preview will be available after the AzureCI is passed. |
Codecov Report
@@ Coverage Diff @@
## master #7806 +/- ##
==========================================
+ Coverage 92.06% 92.09% +0.03%
==========================================
Files 502 502
Lines 16800 16804 +4
Branches 2570 2572 +2
==========================================
+ Hits 15467 15476 +9
+ Misses 1063 1056 -7
- Partials 270 272 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@simplejason, this PR follows the previous one which fixes the disable problem with form components. Sorry about that |
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.
LGTM
Thanks for your contributions, I will release 15.0.2 ASAP :) |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
Fix a regression on disabling radio group and checkbox group initially if form is enable and input nzDisabled is set to true
What is the current behavior?
Radio Group and Checkbox group is enabled if form is initially enable and input nzDisabled is set to true
Issue Number
What is the new behavior?
Radio Group and Checkbox group is disabled if form is initially enable and input nzDisabled is set to true
Does this PR introduce a breaking change?
Other information