IvoryGoogleMapBundle icon indicating copy to clipboard operation
IvoryGoogleMapBundle copied to clipboard

Placeholder translation in PlaceAutocompleteType

Open StanislavUngr opened this issue 7 years ago • 0 comments

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'
            ])

StanislavUngr avatar Aug 14 '18 07:08 StanislavUngr