Describe the bug
If you do not have a ChoiceField with Autocomplete, then the setDefaultColumn is not called in the Choiceconfigurator. As DefaultColumn is not set inside ChoiceField::new this leaves you with an extra wide select box.
To Reproduce
EasyAdmin 5, a ChoiceField with renderExpanded(false) and renderAsNativeWidget(true), resulting in select input.
Expected outcome: Field should be initialized with a defaultColumns value as all the other fields.
Describe the bug
If you do not have a ChoiceField with Autocomplete, then the setDefaultColumn is not called in the Choiceconfigurator. As DefaultColumn is not set inside ChoiceField::new this leaves you with an extra wide select box.
To Reproduce
EasyAdmin 5, a ChoiceField with renderExpanded(false) and renderAsNativeWidget(true), resulting in select input.
Expected outcome: Field should be initialized with a defaultColumns value as all the other fields.