Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[WCM] Documented that "empty_value" can be used for expanded choice fields#2605
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
webmozart commentedMay 5, 2013
Q | A |
---|---|
Doc fix? | yes |
New docs? | yes (symfony/symfony#7939) |
Applies to | 2.3+ |
Fixed tickets | - |
@@ -3,9 +3,14 @@ empty_value | |||
**type**: ``string`` or ``Boolean`` | |||
.. versionadded:: 2.3 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
you must remove this empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why do we keep an empty line after other control clauses then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
the versionadded directive is a strange directive which can't handle a new line after it. All other directive can.
This PR was merged into the master branch.Discussion----------[Form] Added radio button for empty value to expanded single-choice fields| Q | A| ------------- | ---| Bug fix? | yes| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#3154| License | MIT| Doc PR |symfony/symfony-docs#2605Commits-------7933971 [Form] Added radio button for empty value to expanded single-choice fields