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 ab1f822 commit a839ed4Copy full SHA for a839ed4
reference/forms/types/collection.rst
@@ -278,9 +278,9 @@ the empty values will be kept.
278
The ``delete_empty`` option only removes items when the normalized value is
279
``null``. If the nested `type`_ is a compound form type, you must either set
280
the ``required`` option to ``false`` or set the ``empty_data`` option to
281
- ``null``. Both of these options can be set inside `options`_. See
282
- :ref:`form's empty_data option <reference-form-option-empty-data>` to learn
283
- why this is necessary.
+ ``null``. Both of these options can be set inside `options`_. Read about
+ the :ref:`form's empty_data option <reference-form-option-empty-data>`
+ to learn why this is necessary.
284
285
options
286
~~~~~~~
0 commit comments