Ajax Validation Trigger

Ajax validation is triggered on input change (maybe some other events), but doesn’t trigger on typing stop. I think it is natural to trigger validation on typing stop, especially if there is only one input field.

Is there a neat way to do this?

You’re talking about ActiveForm::validateOnType?

Yes, that’s it, thanks mickgeek!