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.
2 parents 4e88dc5 + d1cb722 commit 3466be4Copy full SHA for 3466be4
validation.rst
@@ -611,6 +611,12 @@ class to have at least 3 characters.
611
}
612
613
614
+.. caution::
615
+
616
+ The validator will use a value ``null`` if a typed property is uninitialized.
617
+ This can cause unexpected behavior if the property holds a value when initialized.
618
+ In order to avoid this, make sure all properties are initialized before validating them.
619
620
.. index::
621
single: Validation; Getter constraints
622
0 commit comments