module SimpleForm::Components::MinMax

def integer?

def integer?
  input_type == :integer
end