class SimpleForm::Inputs::HiddenInput

def input

def input
  @builder.hidden_field(attribute_name, input_html_options)
end

def required_class

def required_class
  nil
end