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 6fbe7cd commit df78588Copy full SHA for df78588
reference/forms/types/collection.rst
@@ -283,8 +283,8 @@ the empty values will be kept.
283
The ``delete_empty`` option only removes items when the normalized value is
284
``null``. If the nested `type`_ is a compound form type, you must either set
285
the ``required`` option to ``false`` or set the ``empty_data`` option to
286
- ``null``. Both of these options can be set inside `options`_. Read about
287
- the :ref:`form's empty_data option <reference-form-option-empty-data>`
+ ``null``. Both of these options can be set inside `entry_options`_. Read
+ about the :ref:`form's empty_data option <reference-form-option-empty-data>`
288
to learn why this is necessary.
289
290
entry_options
0 commit comments