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

Global popover options? #514

Open
bryanbuchs opened this issue Aug 6, 2024 · 0 comments
Open

Global popover options? #514

bryanbuchs opened this issue Aug 6, 2024 · 0 comments

Comments

@bryanbuchs
Copy link

The docs make reference to setting the popover options globally, but when setting values in the configuration object (not in each steps), they aren't applied. If I set them individually in each step, it works.

const driverObj = driver({
  popover: {
    side: 'right',
    align: 'center',
  },
  steps: [...]
})

I've also tried moving the steps to the setSteps() API call after setting the config. Am I using the correct object keyname?

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

1 participant