class SimpleForm::Inputs::StringInput

def string?

def string?
  input_type == :string
end