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 123af46 commit c4a4d25Copy full SHA for c4a4d25
reference/forms/types/form.rst
@@ -64,6 +64,13 @@ The actual default value of this option depends on other field options:
64
* If ``data_class`` is not set and ``compound`` is ``false``, then ``''``
65
(empty string).
66
67
+``is_empty_callback``
68
+~~~~~~~~~~~~~~~~~~~~~
69
+
70
+**type**: ``callable`` **default**: ``null``
71
72
+This callable takes form data and returns whether value is considered empty.
73
74
.. include:: /reference/forms/types/options/empty_data_description.rst.inc
75
76
.. _reference-form-option-error-bubbling:
0 commit comments