You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: some forms component can't be disable (#7786)
* fix(module:date-picker): nzDatePicker can be always disable
* fix(module:checkbox): 🐛 checkbox can be always disable or enable
* fix(module:input-number): input-number can be always disable or enable
* fix(module:rate): rate can be always disable or enable
* fix(module:radio): radio can be always disable or enable
* fix(module:select): radio can be always disable or enable
* fix(module:checkbox): checkbox can be always disable or enable
* fix(module:slider): slider can be always disable or enable
* fix(module:time-picker): time-picker can be always disable or enable
* refactor(module:cascader): close the menu based on nzDisable property
* test(module:checkbox): add missing test on disable behavior with forms
* test(module:radio): add missing test on disable behavior with forms
* test(module:switch): add missing test on disable behavior with forms
* chore: bump custom webpack to v15
* test(module:rate): add missing test on disable behavior with forms
* test(module:input-number): add missing test on disable behavior
* test(module:select): add missing test on disable behavior
* test(module:checkbox): refactor test
* test(module:switch): refactor test
* test(module:radio): add missing test on disable behavior with forms
* test(module:rate): add missing test on disable behavior with forms
* test: refactor some test
* test(module:slider): add missing test on disable behavior with forms
* test(module:timepicker): add missing test on disable behavior
* test(module:datepicker): add missing test on disable behavior
0 commit comments