Module: GenericFormFor::Inputs::Base::String

Includes:
Placeholder
Defined in:
lib/generic_form_for/inputs/base/string.rb

Instance Method Summary collapse

Methods included from Placeholder

#placeholder_text

Instance Method Details

#input_html_optionsObject



7
8
9
10
11
12
# File 'lib/generic_form_for/inputs/base/string.rb', line 7

def input_html_options
  {
    :maxlength => limit,
    :size => builder.default_text_field_size
  }.merge(super)
end