$validateOnType public property
Whether to perform validation while the user is typing in an input field. If yii\widgets\ActiveField::$validateOnType is set, its value will take precedence for that input field.
See also $validationDelay.
public boolean $validateOnType = false
Please login to continue.