Commit 9d00f0b
committed
feature #6282 [Form] fix
This PR was merged into the 2.7 branch.
Discussion
----------
[Form] fix `choice_label` values
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | kind of
| Applies to | 2.7+
| Fixed tickets | n/a
This PR is a complement of symfony/symfony#17798, which allows handling `false` as `choice_label` value in `ChoiceType` and its inheritance.
Not sure about the phrasing but this is the idea, suggestions are welcome !
Commits
-------
73f1935 [Form] fix `choice_label` valueschoice_label values (HeahDude)1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments