How can I change default text field size in symfony2 formType class
Did you try something like :
$builder->add('your_text_field', 'text', array(
'attr' => array('size' => '25'),
));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With