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