Skip to content

Commit

Permalink
Merge branch '3.2' into 3.3
Browse files Browse the repository at this point in the history
* 3.2:
  fix option name ("entry_type" instead of "type")
  • Loading branch information
xabbuh committed Jul 21, 2017
2 parents 3308a13 + 8d3b11c commit 964e823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/forms/types/collection.rst
Original file line number Diff line number Diff line change
@@ -280,10 +280,10 @@ the empty values will be kept.
.. caution::

The ``delete_empty`` option only removes items when the normalized value is
``null``. If the nested `type`_ is a compound form type, you must either set
the ``required`` option to ``false`` or set the ``empty_data`` option to
``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>`
``null``. If the nested `entry_type`_ is a compound form type, you must
either set the ``required`` option to ``false`` or set the ``empty_data``
option to ``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>`
to learn why this is necessary.

entry_options

0 comments on commit 964e823

Please sign in to comment.