forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit0fb2c5f
committed
minorsymfony#3651 [Reference][Forms] remove the label_attr option which is not available in the button type (xabbuh)
This PR was merged into the 2.3 branch.Discussion----------[Reference][Forms] remove the label_attr option which is not available in the button type| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |The ``label_attr`` is neither defined in the ``ButtonType`` class nor in the ``BaseType`` class, but in the ``FormType`` class instead. Thus, it can't be used for the ``button`` type.Commits-------5bafc3c remove the label_attr option which is not available in the button type1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
37 |
| - | |
38 |
| - | |
39 | 36 |
| |
40 | 37 |
| |
41 | 38 |
| |
|
0 commit comments
Comments
(0)