Module: SimpleForm::Helpers

Defined in:
lib/simple_form/helpers.rb,
lib/simple_form/helpers/disabled.rb,
lib/simple_form/helpers/readonly.rb,
lib/simple_form/helpers/required.rb,
lib/simple_form/helpers/autofocus.rb,
lib/simple_form/helpers/validators.rb

Overview

Helpers are made of several helpers that cannot be turned on automatically. For instance, disabled cannot be turned on automatically, it requires the user to explicitly pass the option disabled: true so it may work.

Defined Under Namespace

Modules: Autofocus, Disabled, Readonly, Required, Validators