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 730070c commit 4e51357Copy full SHA for 4e51357
reference/forms/types/textarea.rst
@@ -35,7 +35,9 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
35
36
.. include:: /reference/forms/types/options/empty_data_declaration.rst.inc
37
38
-The default value is ``''`` (the empty string).
+From an HTTP perspective, submitted data is always a string or an array of strings.
39
+So by default, the form will treat any empty string as null. If you prefer to get
40
+an empty string, explicitly set the ``empty_data`` option to an empty string.
41
42
.. include:: /reference/forms/types/options/empty_data_description.rst.inc
43
0 commit comments