We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: [ ===== ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: [ ===== ]
The text was updated successfully, but these errors were encountered: