# File lib/simple_form/components/placeholders.rb, line 6
      def placeholder(wrapper_options = nil)
        input_html_options[:placeholder] ||= placeholder_text
        nil
      end