We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current proposal is a fallback option, which accepts either modal or skip, and defaults to modal. This option will only apply to popup steps.
fallback
modal
skip
popup
If the element defined by a popup step does not exist and fallback is modal, then a modal style step will be displayed instead.
If the fallback is skip, the next step will be displayed instead. Care must be taken around onEnter and onLeave callbacks.
onEnter
onLeave
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current proposal is a
fallback
option, which accepts eithermodal
orskip
, and defaults tomodal
. This option will only apply topopup
steps.If the element defined by a
popup
step does not exist andfallback
ismodal
, then amodal
style step will be displayed instead.If the
fallback
isskip
, the next step will be displayed instead. Care must be taken aroundonEnter
andonLeave
callbacks.The text was updated successfully, but these errors were encountered: