Hello guys. In the following form the placeholder translation is completely ignored altho label translation works fine. Am I missing something or is placeholder translation not yet supported?
->add('address', PlaceAutocompleteType::class, [
'label' => 'app.address',
'attr' => [
'placeholder' => 'app.address'
],
'translation_domain' => 'application'
])