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 3
3
4
4
Validates that a value is blank, defined as equal to a blank string or equal
5
5
to ``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.
8
16
9
17
+----------------+---------------------------------------------------------------------+
10
18
| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 2
2
========
3
3
4
4
Validates 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
7
7
:doc: `/reference/constraints/NotNull ` constraint.
8
8
9
9
+----------------+------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments