Method: Formtastic::Inputs::Base::Choices#label_html_options
- Defined in:
- lib/formtastic/inputs/base/choices.rb
#label_html_options ⇒ Object
Override to remove the for attribute since this isn't associated with any element, as it's nested inside the legend.
102 103 104 |
# File 'lib/formtastic/inputs/base/choices.rb', line 102 def super.merge(:for => nil) end |