class SimpleForm::Inputs::PasswordInput

def input

def input
  add_size!
  @builder.password_field(attribute_name, input_html_options)
end