# File lib/simple_form/components/maxlength.rb, line 6
      def maxlength(wrapper_options = nil)
        input_html_options[:maxlength] ||= maximum_length_from_validation || limit
        nil
      end