We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d1516 commit 889cfe5Copy full SHA for 889cfe5
reference/forms/types/options/label_html.rst.inc
@@ -3,6 +3,10 @@
3
4
**type**: ``bool`` **default**: ``false``
5
6
+.. versionadded:: 5.1
7
+
8
+ The ``label_html`` option was introduced in Symfony 5.1.
9
10
By default, the contents of the ``label`` option are escaped before rendering
11
them in the template. Set this option to ``true`` to not escape them, which is
12
useful when the label contains HTML elements.
0 commit comments