module SimpleForm::Components::HTML5

def html5

def html5
  @html5 = true
  input_html_options[:required] = true if has_required?
  nil
end