Module SimpleForm::Components
In: lib/simple_form/components.rb
lib/simple_form/components/html5.rb
lib/simple_form/components/hints.rb
lib/simple_form/components/min_max.rb
lib/simple_form/components/placeholders.rb
lib/simple_form/components/readonly.rb
lib/simple_form/components/labels.rb
lib/simple_form/components/errors.rb
lib/simple_form/components/maxlength.rb
lib/simple_form/components/label_input.rb
lib/simple_form/components/pattern.rb

Components are a special type of helpers that can work on their own. For example, by using a component, it will automatically change the output under given circumstances without user input. For example, the disabled helper always need a :disabled => true option given to the input in order to be enabled. On the other hand, things like hints can generate output automatically by doing I18n lookups.

Classes and Modules

Module SimpleForm::Components::Errors
Module SimpleForm::Components::HTML5
Module SimpleForm::Components::Hints
Module SimpleForm::Components::LabelInput
Module SimpleForm::Components::Labels
Module SimpleForm::Components::Maxlength
Module SimpleForm::Components::MinMax
Module SimpleForm::Components::Pattern
Module SimpleForm::Components::Placeholders
Module SimpleForm::Components::Readonly

[Validate]