File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 33
44Validates that a value is blank, defined as equal to a blank string or equal
55to ``null ``. To force that a value strictly be equal to ``null ``, see the
6- :doc: `/reference/constraints/IsNull ` constraint. To force that a value is
7- *not * blank, see :doc: `/reference/constraints/NotBlank `.
6+ :doc: `/reference/constraints/IsNull ` constraint.
7+
8+
9+ .. tip ::
10+
11+ To force that a value is *not * blank, see
12+ :doc: `/reference/constraints/NotBlank `. But be careful as ``NotBlank `` is
13+ *not * strictly the opposite of ``Blank ``. Emtpy array and strictly
14+ ``false `` are considered blank by the ``NotBlank `` validator but not by the
15+ ``Blank `` validator.
816
917+----------------+---------------------------------------------------------------------+
1018| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 22========
33
44Validates that a value is not blank, defined as not strictly ``false ``,
5- not equal to a blank string and also not equal to ``null ``. To force that
6- a value is simply not equal to ``null ``, see the
5+ not equal to a blank string, not an empty array and also not equal to ``null ``.
6+ To force that a value is simply not equal to ``null ``, see the
77:doc: `/reference/constraints/NotNull ` constraint.
88
99+----------------+------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments