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

Cannot move to "first step" or "prev step" in example without filling in fields #167

Closed
ShaheedHaque opened this issue May 12, 2020 · 2 comments

Comments

@ShaheedHaque
Copy link

ShaheedHaque commented May 12, 2020

I have coded up the example from the docs (plus or minus) and notice that when I am on the second screen, I cannot move to "first step" or "prev step" in example without filling in fields:

image

Now, I'm a bit hazy on front end stuff, but I presume this is because the fields are required and the button is an input with type="submit". The obvious solution is to not use a submit but then I presume I will run into the issue that all moves between steps presently require a POST. Is that a correct understanding?

@ShaheedHaque
Copy link
Author

To put it another way, any GET repositons to the first step. I see that #99 and its associated PR #101 attempt to address this. Is my understanding correct?

@ShaheedHaque
Copy link
Author

ShaheedHaque commented May 12, 2020

OK, I found formnovalidate. It might be useful to add this to the example "first step" and "prev step" buttons...

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