⛔️ HEADS UP: You are viewing the documentation for v4.x (Vue 3.0) For Vue 2.x head over to v3.x documentation

Dynamic validation triggers

In previous versions of vee-validate you could configure what events trigger the validation based on the field state. This feature was called “interaction modes”. In vee-validate v4 this feature was removed because it is now possible to implement it with the composition API.

This example should help you figure out how to migrate this feature from older vee-validate versions.