class SimpleForm::Wrappers::Single

def html_options(options)

def html_options(options)
  %i[label input].include?(namespace) ? {} : super
end