Skip to content

Commit de25ede

Browse files
Minor reword
1 parent ca04555 commit de25ede

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/forms/types/collection.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ the empty values will be kept.
275275

276276
.. caution::
277277

278-
The ``delete_empty`` option will only remove items when the normalized
279-
value is null. If your `type`_ is a compound form type, you need to have
280-
the ``required`` option set to false or ``empty_data`` option explicitly
281-
set to null, both these options can be set inside `options`_. To
282-
understand why this is necessary, see form
283-
:ref:`empty_data <reference-form-option-empty-data>`.
278+
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
282+
:ref:`form's empty_data option <reference-form-option-empty-data>` to learn
283+
why this is necessary.
284284

285285
options
286286
~~~~~~~

0 commit comments

Comments
 (0)