Skip to content

fix(steps): prevent step-item is clickable when prop clickable is false#1507

Merged
mlmoravek merged 2 commits intooruga-ui:developfrom
mk-startialab:suggest/step-item_clickable_false_must_be_unclickable
Jan 8, 2026
Merged

fix(steps): prevent step-item is clickable when prop clickable is false#1507
mlmoravek merged 2 commits intooruga-ui:developfrom
mk-startialab:suggest/step-item_clickable_false_must_be_unclickable

Conversation

@mk-startialab
Copy link
Contributor

Fixes #1506

Proposed Changes

  • Changed the condition for isClickable to return false when props.clickable is false.

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 77c0907
🔍 Latest deploy log https://app.netlify.com/projects/oruga-documentation-preview/deploys/695fd8c33425df00095312cb
😎 Deploy Preview https://deploy-preview-1507--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mlmoravek mlmoravek changed the title fix: if step-item is set clickable=false, it shoud never be clickable at any time fix(steps): when step-item is set clickable=false, it shoud never be clickable at any time Jan 7, 2026
@mlmoravek mlmoravek added the bug Something isn't working label Jan 7, 2026
@mlmoravek mlmoravek changed the title fix(steps): when step-item is set clickable=false, it shoud never be clickable at any time fix(steps): prevent step-item is clickable when is clickable=false Jan 8, 2026
@mlmoravek mlmoravek changed the title fix(steps): prevent step-item is clickable when is clickable=false fix(steps): prevent step-item is clickable when clickable=false Jan 8, 2026
@mlmoravek mlmoravek changed the title fix(steps): prevent step-item is clickable when clickable=false fix(steps): prevent step-item is clickable when prop clickable is false Jan 8, 2026
@mlmoravek mlmoravek merged commit d8654e5 into oruga-ui:develop Jan 8, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Step-item: if it set clickable=false, it shoud never be clickable at any time

2 participants