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