We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I think that the FormTypePlaceholder visitor should be able to:
Extract from an array which is allowed (ex.: when using a DateTimeType) as you can see in the Symfony documentation : https://symfony.com/doc/current/reference/forms/types/datetime.html#placeholder
Should skip extraction if the placeholder value is a Boolean, (for now, I rely on the Ignore annotation). As you can see in the Symfony doc, we can put a Boolean for the placeholder https://symfony.com/doc/current/reference/forms/types/choice.html#placeholder
The text was updated successfully, but these errors were encountered:
Thank you. I've added #90
Sorry, something went wrong.
No branches or pull requests
Hi,
I think that the FormTypePlaceholder visitor should be able to:
Extract from an array which is allowed (ex.: when using a DateTimeType) as you can see in the Symfony documentation : https://symfony.com/doc/current/reference/forms/types/datetime.html#placeholder
Should skip extraction if the placeholder value is a Boolean, (for now, I rely on the Ignore annotation). As you can see in the Symfony doc, we can put a Boolean for the placeholder https://symfony.com/doc/current/reference/forms/types/choice.html#placeholder
The text was updated successfully, but these errors were encountered: