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

Hide "previous" button on step 1 #491

Open
lonix1 opened this issue May 2, 2024 · 1 comment
Open

Hide "previous" button on step 1 #491

lonix1 opened this issue May 2, 2024 · 1 comment

Comments

@lonix1
Copy link

lonix1 commented May 2, 2024

I want to hide the "previous" button on the first step.

I read the docs, and tried this for the first step's config:

popover: {
  disableButtons: [ 'previous' ]
}

That didn't work (the previous button was still shown).

So just to be sure, I tried disabling it completely in the overall config:

{
  steps: [ ... ],
  disableButtons: [ 'previous' ]
}

But that also didn't work. Is it a bug?

@xionnon
Copy link

xionnon commented May 11, 2024

showButtons?: AllowedButtons[];

@lonix1

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

No branches or pull requests

2 participants