class SimpleForm::Inputs::StringInput

def string?

def string?
  input_type == :string || input_type == :citext
end