Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing event props in Steps component on vue #3068

Open
1 of 3 tasks
enpitsuLin opened this issue Nov 20, 2024 · 1 comment · May be fixed by #3069
Open
1 of 3 tasks

Missing event props in Steps component on vue #3068

enpitsuLin opened this issue Nov 20, 2024 · 1 comment · May be fixed by #3069

Comments

@enpitsuLin
Copy link

enpitsuLin commented Nov 20, 2024

Description

When I try to use onStepComplete on the Step component, I find nothing happen

Link to Reproduction (or Detailed Explanation)

https://stackblitz.com/edit/github-mwfel2?file=package.json,app.vue

Steps to Reproduce

Click on the Next button until steps is complete, should raise an alert, but not

Ark UI Version

4.4.2

Framework

  • React
  • Solid
  • Vue

Browser

No response

Additional Information

No response

@enpitsuLin
Copy link
Author

it seems missing the emit parameter here

const steps = useSteps(props)

@enpitsuLin enpitsuLin linked a pull request Nov 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant