autovalidateMode property

EasyAutovalidateMode autovalidateMode
final

Used to enable/disable this form field auto validation and update its error text.

If EasyAutovalidateMode.onUserInteraction this form field will only auto-validate after its content changes, if EasyAutovalidateMode.always it will auto validate even without user interaction and if EasyAutovalidateMode.disabled the auto validation will be disabled.

Defaults to EasyAutovalidateMode.disabled if autovalidate is false which means no auto validation will occur. If autovalidate is true then this is set to EasyAutovalidateMode.always for backward compatibility.

Implementation

final EasyAutovalidateMode autovalidateMode;