Open wlopz opened 8 years ago
Do you have {{ form.DELETE }} in your form?
I'm having the same issue, and i have {{ form.DELETE }}
If i remove deleteCssClass the delete link works flawlessly
Hi, i've got the exact same problem.
It work flawlessly when i remove the "btn" class though, so i'm expecting that it's the button property that create this bug.
Did you find a way to make it work, by any chance ?
I had the same problem with version 1.2.2. Upgrading to the latest version fixed the issue.
I added a bootstrap button into
deleteCssClass
but it is not letting me remove the row after I implement it.Is there any way around this to make it happen?
Thanks