genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

Using select2 with adding tags option #401

Open retosteffen opened 9 years ago

retosteffen commented 9 years ago

In the select2 jquery it's possible to allow the addition of new tags with:

$(".js-example-tags").select2({
 tags: true
})

But this doesn't work in Symfony as it gives an "This value is not valid." error. Is there a way to make it possible to add new values in the Genemu bundle?

evillemez commented 8 years ago

I'm not using this bundle at the moment, but I'm looking for a solution to the same problem... was hoping to find it here, but alas!

bartosz-malec commented 8 years ago

I have the same problem Did you find solution?

Abdelmonem-BEN-NACEUR commented 5 years ago

Any solution please ??