Class SimpleForm::Inputs::Base
In: lib/simple_form/inputs/base.rb
Parent: Object

Methods

Included Modules

SimpleForm::Helpers::Required SimpleForm::Helpers::Validators SimpleForm::Helpers::Maxlength SimpleForm::Helpers::Pattern SimpleForm::Components::Errors SimpleForm::Components::Hints SimpleForm::Components::LabelInput SimpleForm::Components::Placeholders SimpleForm::Components::Wrapper

Constants

ACTIONS = { :create => :new, :update => :edit   When action is create or update, we still should use new and edit

Attributes

attribute_name  [R] 
column  [R] 
input_html_options  [R] 
input_type  [R] 
options  [R] 
reflection  [R] 

Public Class methods

Enables certain components support to the given input.

Public Instance methods

[Validate]