-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[2.8] Document new form features #5934
Comments
Thanks @althaus - I've marked this for 2.8 (as most of it is relevant to 2.8) and marked it as actionable. |
OK. Will check if I can do some basics on this one again. |
Fyi, I've check (4) as it's now mentioned in http://symfony.com/doc/current/cookbook/form/form_customization#what-are-form-themes The others seem to be still valid. Please note that the |
…ypes (HeahDude) This PR was merged into the 2.8 branch. Discussion ---------- [Form] add `choice_translation_domain` option to date types | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8+ | Fixed tickets | partially #5934 Commits ------- 540cefe [Form] add `choice_translation_domain` option to date types
Two first boxes can be checked now :) |
The last open points is about http://symfony.com/doc/current/reference/forms/types/entity#query-builder It should be documented to accept returning null. See http://symfony.com/blog/new-in-symfony-2-8-form-improvements#allowed-to-return-null-for-query-builder for more details. It should be kept short and straight-to-the-point, like "You can return null to achieve X". |
@wouterj I'll give the last point a shot! |
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8 | Fixed tickets | symfony#5934
This PR was squashed before being merged into the 2.8 branch (closes #6594). Discussion ---------- Allowed to return null for query_builder | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8 | Fixed tickets | #5934 Commits ------- f84a1eb Allowed to return null for query_builder
@wouterj Please close this one :) Thanks to everyone! |
Yeah, this is finished now! |
As a followup of #5179: The news list new features in the form component. Would be great to update the reference accordingly:
Ping @weaverryan
Cheers
Matthias
The text was updated successfully, but these errors were encountered: