$validateOnChange public property
Whether to perform validation when the value of an input field is changed. If yii\widgets\ActiveField::$validateOnChange is set, its value will take precedence for that input field.
public boolean $validateOnChange = true
Please login to continue.