Skip to content

Commit

Permalink
Combined test cases for disabled and hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
josercarcamo committed Nov 15, 2024
1 parent 55f7df5 commit 52208bc
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ export class StepperItem
private handleItemClick = (event: MouseEvent): void => {
if (
this.disabled ||
this.hideItem ||
(this.layout === "horizontal" &&
event
.composedPath()
Expand Down
Loading

0 comments on commit 52208bc

Please sign in to comment.