$validationDelay public property
Number of milliseconds that the validation should be delayed when the user types in the field and $validateOnType is set true
. If yii\widgets\ActiveField::$validationDelay is set, its value will take precedence for that input field.
public integer $validationDelay = 500
Please login to continue.