when generating a date form element, the widget property is required, so this bundle should to generate it to avoid the deprecation. ```php $builder ->add('officialName') ->add('birthday'); // needs widget option ```