# File lib/simple_form/components/errors.rb, line 21
      def valid?
        !has_errors? && has_value?
      end