8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When rendering a Date field type using a Choice widget the value field e.g. 1901 is correct but the text part is empty.
<option value="1900"></option> <option value="1901"></option> <option value="1902">1902</option>
This is most obvious when using a Birthday field as it by default starts 120 years ago.
Symfony 2.1.2 PHP 5.4.6
The text was updated successfully, but these errors were encountered:
Duplicate of #5554
Sorry, something went wrong.
No branches or pull requests
When rendering a Date field type using a Choice widget the value field e.g. 1901 is correct but the text part is empty.
This is most obvious when using a Birthday field as it by default starts 120 years ago.
Symfony 2.1.2
PHP 5.4.6
The text was updated successfully, but these errors were encountered: