clearErrorOnInput property

bool clearErrorOnInput
final

Whether to automatically clear error state when user types.

When true (default), any error state is cleared as soon as the user enters a new character. Set to false if you want the error to persist until explicitly cleared via controller.clearError().

Implementation

final bool clearErrorOnInput;