We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c0af1 commit 974dfefCopy full SHA for 974dfef
reference/forms/types/file.rst
@@ -105,8 +105,6 @@ type:
105
106
.. include:: /reference/forms/types/options/disabled.rst.inc
107
108
-The default value is ``null``.
109
-
110
.. include:: /reference/forms/types/options/error_bubbling.rst.inc
111
112
.. include:: /reference/forms/types/options/error_mapping.rst.inc
reference/forms/types/password.rst
@@ -39,7 +39,7 @@ trim
39
**default**: ``false``
40
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
+:phpfunction:`trim` function to the value submitted by the user. This ensures that
43
the password is merged back onto the underlying object exactly as it was typed
44
by the user.
45
0 commit comments