braincrafted/bootstrap-bundle

Form input group Twig

noisegratte opened this issue · 1 comments

Hi,

I tried to add some parameter for my widget

->add('dailyPrice', 'text', array(
                'label' => 'project.Dailyprice',
                'attr' => array(
                    'input_group' => array('append' => '€HT / jour', 'size' => 'small')
                )

and it seems ton throw a twig exception

An exception has been thrown during the rendering of a template ("Notice: Array to string conversion in /var/www/.../app/cache/dev/twig/3f/52/08a66d878b145b433f786a3f42c8530a0a7c82a13bb1fee7a730746e44d0.php line 2282") in BraincraftedBootstrapBundle:Form:form_div_layout.html.twig at line 710. 

Thx

Thanks. Fixed in 77efdd4.