File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ type:
105
105
106
106
.. include :: /reference/forms/types/options/disabled.rst.inc
107
107
108
- The default value is ``null ``.
109
-
110
108
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
111
109
112
110
.. include :: /reference/forms/types/options/error_mapping.rst.inc
Original file line number Diff line number Diff line change 39
39
**default **: ``false ``
40
40
41
41
Unlike the rest of form types, the ``password `` type doesn't apply the
42
- phpfunction:`trim ` function to the value submitted by the user. This ensures that
42
+ : phpfunction: `trim ` function to the value submitted by the user. This ensures that
43
43
the password is merged back onto the underlying object exactly as it was typed
44
44
by the user.
45
45
You can’t perform that action at this time.
0 commit comments