Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder translation in PlaceAutocompleteType #231

Open
StanislavUngr opened this issue Aug 14, 2018 · 0 comments
Open

Placeholder translation in PlaceAutocompleteType #231

StanislavUngr opened this issue Aug 14, 2018 · 0 comments

Comments

@StanislavUngr
Copy link

StanislavUngr commented Aug 14, 2018

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'
            ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant