-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Reference] field dependent empty_data option description #4033
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
Conversation
|
||
* If ``multiple`` is ``false`` and ``expanded`` is ``false``, then ``''`` | ||
(empty string); | ||
* Otherwise ``array()`` (empty string). |
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.
string -> array (same in the rest of this PR)
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're right. Must be a copy-and-paste mistake. Would you place "(empty array)" at the end? I would just have removed it.
Agreed, what about splitting it in |
Apparently, you can include only parts of the document using |
There is another issue I noticed which I'm not sure of if it should be handled here. Currently, the the |
Changed the included file in the radio type and reworded the |
The parent type of both the email type and the textarea type is not the form type but instead the text type.
…javiereguiluz) This PR was merged into the 2.3 branch. Discussion ---------- Added a note about permissions in the Quick Tour | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | symfony#4062 Commits ------- 141cf5e Added the missing title for a reference bed2602 Minor rewording and fixed one reference 93b457e Fixed a wrong documentation reference (thanks @wouterj) 646a00c Added a note about permissions in the Quick Tour
This PR was merged into the 2.3 branch. Discussion ---------- fix parent form types | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | part of symfony#2360 The parent type of both the email type and the textarea type is not the form type but instead the text type. Commits ------- 0af354f fix parent form types
replaced by #4083 |
…xabbuh) This PR was merged into the 2.3 branch. Discussion ---------- [Reference] field dependent empty_data option description | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #4007 - [x] choice - [x] collection - [x] country - [x] currency - [x] email - [x] entity - [x] file - [x] form - [x] integer - [x] language - [x] locale - [x] money - [x] number - [x] password - [x] percent - [x] radio - [x] search - [x] text - [x] textarea - [x] timezone - [x] url Replacement of #4033. Commits ------- 6b61260 field dependent empty_data option description
This is not yet complete. But I'm not sure if I like the way it looks now with the default value below the
note
directive.This is accidentally opened against the master branch. Though it should get merged into the
2.3
branch.