Stream with current validation state
@override Stream<bool> get isValidStream => errorsStream.map((errors) => errors.isEmpty);