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

Set loading indicator for steps views #30

Open
Darksoulsong opened this issue Jun 22, 2020 · 1 comment
Open

Set loading indicator for steps views #30

Darksoulsong opened this issue Jun 22, 2020 · 1 comment

Comments

@Darksoulsong
Copy link

I have a wizard working just like the example, and I'm trying to find out how to set a loading variable that can be read inside the form views. The idea is to pass a "isLoading" flag to the form, so I can animate the field background and set disable to true.

I'm making my server calls at the index file (the one that instantiates FormikWizard and passes the options to it. Any ideas would be awesome!

@zaguiini
Copy link
Owner

zaguiini commented Jul 3, 2020

You currently have the isSubmitting flag that should attend the exact use case you're describing. Can you try it?

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