genemu / GenemuFormBundle

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

genemu_jqueryautocomplete_entity Does not load data #414

Open ArchTaqi opened 8 years ago

ArchTaqi commented 8 years ago

I have install this bundle using the documentation and wanted to use auto-complete functionality in my form.

 ->add('course', 'genemu_jqueryautocomplete_entity', array(
                'class' => 'PNC\CoursesBundle\Entity\Courses',
                'property' => 'courseTitle',
))
``
but on rendering the form on front end, the data doesn't load neither the error arises. I tired many solutions provided on github, but doesn't work. I am using symfony 2.7.