This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ProgressIndicator): add optional interactivity (#1945)
* fix(DatePicker): protect flatpickr in shallow render tests * fix(DatePicker): add comment to describe the Null check * fix(DatePicker): protect callbacks against this.cal NPE * test(DatePicker): add testcase to cover shallow behavior * feat(progressindicator): add interactivity if onChange prop is passed * fix(progressindicator): few small style fixes to the focus outline * fix(progress): support experimental mode * fix(progress): typoed the key to check, fix proptypes errors * fix(progress): current step should not be interactive * fix(progress): added reference to the new styles and additional tests * chore(package): update peer dep to latest carbon * fix(progressindicator): remove unnecessary index check
- Loading branch information
1 parent
a8e80d2
commit b5023ee
Showing
4 changed files
with
121 additions
and
14 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