2

I am working on a Symfony 2.3 application which uses Sonata Admin Bundle for it's backend. Is there any ready to use bundles that provides integration with any modern JS autocompleted tag library (tags libraries examples) and Sonata Admin Bundle?

Community
  • 1
  • 1
TautrimasPajarskas
  • 2,471
  • 1
  • 28
  • 38

1 Answers1

2

You can try to use GenemuFormBundle

This bundle provides extra form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage

You should use genemu_jqueryselect2_choice, see this demo page

Hope this helps

Picoss
  • 1,947
  • 10
  • 14