module Formtastic::Inputs::Base::Html

Public Instance Methods

input_html_options() click to toggle source

This is a replacement method for the original ‘input_html_options` method from `Formtastic` The only thing it does, is merge the `attribute_for` into the output. The `input_html_options` is called for all input methods

# File lib/page_record/formtastic.rb, line 26
def input_html_options
  extend(PageRecord::Helpers)
  input_html_options_org.merge(attribute_for(input_name))
end
Also aliased as: input_html_options_org
input_html_options_org()
Alias for: input_html_options