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

continuousIndex does not refresh indexes after manually calling removeForm(n) #12

Open
eleboys opened this issue Nov 25, 2012 · 0 comments

Comments

@eleboys
Copy link

eleboys commented Nov 25, 2012

First of all thank u for this great plugin ;)

and for the bug I think the title is clear enough, but as a description let me simulate a situation
the are 3 form generated/pregenerated like this:

form1: [ ===== ]
form 2: [ ===== ]
form 3: [ ===== ]

when u use removeForm(1) in javascript to manually remove the 2th one it works fine but the indexes are not refreshed and will remain like this:

form1: [ ===== ]
form 3: [ ===== ]

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