Commit 9ca0cd1
committed
feature #48343 [Form] [ChoiceType] Add a
This PR was merged into the 6.3 branch.
Discussion
----------
[Form] [ChoiceType] Add a `placeholder_attr` option
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | #38958
| Similar Pull Request | #47570
| License | MIT
| Doc PR | symfony/symfony-docs#17469
Allow to custom the attributes of the placeholder (`data-*`, `title`, `disabled`, etc.).
Commits
-------
2d4396ad50 [Form][ChoiceType] Add placeholder_attr field optionplaceholder_attr option (elementaire)File tree
2 files changed
+2
-2
lines changed- Resources/views/Form
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments