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?
1 Answers
2
votes
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