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

[FR] Add Step Validation #86

Open
brennanmann opened this issue Jun 1, 2021 · 1 comment
Open

[FR] Add Step Validation #86

brennanmann opened this issue Jun 1, 2021 · 1 comment

Comments

@brennanmann
Copy link

brennanmann commented Jun 1, 2021

@jcmcneal Would you be willing to accept a PR that introduces the concept of step validation?

  • validation would be exposed via a callback fn passed in as a prop. The validation function would accept a Boolean value to indicate whether the step is in valid state
  • if a value is not provided, the default value would be true for the current step being evaluated
  • validation checks may prevent the wizard from advancing to the next step
  • ...

If you are interested in adding such functionality, we can hash out the details.

@iamwilson
Copy link

This feature will sure come in handy.

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