If you are using symfony, and use EntityRepository instead of CollectionType, make sure you use the 'multiple' => true,
on your form build, otherwise the input will be for one entity and not for many, therefore it will call the setTagList
instead of using the methods addTagList
and removeTagList
.