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

li on next button still visible on the final page of the form. #377

Closed
intotheweb101 opened this issue Nov 9, 2015 · 1 comment
Closed
Labels

Comments

@intotheweb101
Copy link

intotheweb101 commented Nov 9, 2015

Hello I have just started using the multipage form.

Found this issue on the final page of the form when buttons go inline then the li is still visible so makes a blank space in the middle of the buttons.

fix is to add
line 635 on UserForm.js

this.$el.find('.step-button-next').parent()[stepID >= i ? 'hide' : 'show']();

That will hide the parent element on final page

@robbieaverill
Copy link
Contributor

Hi @intotheweb101 - do you still see merit in this getting merged? I assume the merge request for this is #394? If so would you mind updating the PR and adding some notes to it to explain the context and steps to reproduce? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants