easy-admin3 でinput-groupsを使用しようとしていますが、ネットを検索してもアイデアが見つかりません。
私の質問は、「 setFormTypeOption」が特定のプロパティを指定するために使用され、このためにファイルfile.html.twigを作成する必要がないため、 configureFieldsメソッドから構成を指定することによってそれを追加できるかどうかです。
$emailFields = TextField::new('email')->setFormTypeOption("attr.maxlength", 100);
if($pageName==Crud::PAGE_EDIT || $pageName==Crud::PAGE_NEW){
$tagFields
->setFormTypeOption("attr.class", 'check-field')
->setFormTypeOption("attr.style", "text-transform:uppercase")
// something like that
//->setFormTypeOption("attr.input-group", "@example.com")
}