Module: SimpleFormWithClientValidation::Helpers

Defined in:
lib/simple_form_with_client_validation/helpers.rb,
lib/simple_form_with_client_validation/helpers/disabled.rb,
lib/simple_form_with_client_validation/helpers/readonly.rb,
lib/simple_form_with_client_validation/helpers/required.rb,
lib/simple_form_with_client_validation/helpers/autofocus.rb,
lib/simple_form_with_client_validation/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