Is there an easy way to set a default value for text form field?
I solved this problem, by adding value in attr:
->add('projectDeliveringInDays', null, [ 'attr' => [ 'min'=>'1', 'value'=>'1' ] ])