module SimpleForm::Components::Maxlength

def maxlength

def maxlength
  input_html_options[:maxlength] ||= maximum_length_from_validation || limit
  nil
end