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 7da700f + 3466be4 commit 04e46aeCopy full SHA for 04e46ae
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