Merge branch 'autofocus-fields'

This commit is contained in:
Jan Böhmer 2026-02-15 21:36:22 +01:00
commit f024c4b09e
4 changed files with 12 additions and 1 deletions

View file

@ -117,6 +117,7 @@ class PartBaseType extends AbstractType
'label' => 'part.edit.name',
'attr' => [
'placeholder' => 'part.edit.name.placeholder',
'autofocus' => $new_part,
],
])
->add('description', RichTextEditorType::class, [