Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce30e47

Browse files
authored
Applied reviewer suggestion
1 parent 52c0a94 commit ce30e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/forms/types/collection.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ the empty values will be kept.
276276
.. caution::
277277

278278
The ``delete_empty`` option only removes items when the normalized value is
279-
``null``. If your `type`_ is a compound form type, you must either set the
280-
``required`` option to ``false`` or set the ``empty_data`` option to ``null``.
281-
Both of these options can be set inside `options`_. See
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
282282
:ref:`form's empty_data option <reference-form-option-empty-data>` to learn
283283
why this is necessary.
284284

0 commit comments

Comments
 (0)