When using two formsets lets call them A and B,
even if I give them different prefix, I still give the same removeCssClass (I want the same style apply to the 2 buttons).
However, when removing the last row of formset A, all the remove Buttons of formset B dissapear as well.
Is this a known issue ? Am I missing something ?