Need to set :
multiple: false
expanded: false,
required: false
It works for me .
type_options: { required: false, multiple: false}

More details: https://symfony.com/doc/current/reference/forms/types/choice.html#empty-data

By toihid

Leave a Reply