We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents172e788 +964e823 commit89dccdfCopy full SHA for 89dccdf
reference/forms/types/collection.rst
@@ -280,10 +280,10 @@ the empty values will be kept.
280
..caution::
281
282
The ``delete_empty`` option only removes items when the normalized value is
283
- ``null``. If the nested `type`_ is a compound form type, you must either set
284
- the ``required`` option to ``false`` or set the ``empty_data`` option to
285
- ``null``. Both of these options can be set inside `entry_options`_. Read
286
- about the:ref:`form's empty_data option<reference-form-option-empty-data>`
+ ``null``. If the nested `entry_type`_ is a compound form type, you must
+either setthe ``required`` option to ``false`` or set the ``empty_data``
+option to``null``. Both of these options can be set inside `entry_options`_.
+Readabout the:ref:`form's empty_data option<reference-form-option-empty-data>`
287
to learn why this is necessary.
288
289
entry_options