# File lib/simple_form/components/hints.rb, line 19
      def has_hint?
        options[:hint] != false && hint.present?
      end