Skip to content

make:crud: not setting the "widget" option of form type "date" is deprecated #1392

@tacman

Description

@tacman

when generating a date form element, the widget property is required, so this bundle should to generate it to avoid the deprecation.

$builder
            ->add('officialName')
            ->add('birthday'); // needs widget option

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions