brockpetrie / dynamictextgroup

A Symphony field that provides a method to dynamically add a text field or text field groups to a section entry
22 stars 13 forks source link

Multiple Instance #5

Open nilshoerrmann opened 13 years ago

nilshoerrmann commented 13 years ago

It seems like it's not possible to edit multiple instances of this field in the section editor. The editor only works for the first field in the list. The other fields just show an empty stage and a Add field button that won't react on click.

pixelninja commented 13 years ago

I can confirm this one too.

vlad-ghita commented 12 years ago

Confirmed as well.

iwyg commented 12 years ago

This is because the Add Field Buttons share one id. Removing the id and replacing it with a unique classname (and of course updating the event handler) should fix this.

[Edit]: There are more ids that on that field that will get multiplied when one creates more instances. You probably should fix that as well.

mestr3 commented 11 years ago

I can confirm this too. Any solution?