Carles Climent Granell

Results 2 issues of Carles Climent Granell

My app has a form type (StockType) with an autocomplete field that works fine. ``` class StockType extends AbstractType { public function buildForm(FormBuilder $builder, array $options) { $builder ->add('product', 'shtumi_ajax_autocomplete',...

As reported via email by a user: > I'm trying to use your CalendarBundle for Symfony2. Could you advice me whether the following is possible: If I add a new...

bug