-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
20 changed files
with
446 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.