There was an error while loading. Please reload this page.
1 parent 72971c9 commit d7ed4c4Copy full SHA for d7ed4c4
lib/bootstrap_form/inputs/inputs_collection.rb
@@ -39,7 +39,7 @@ def form_group_collection_input_options(options, text, obj, index, input_value,
39
input_options[:checked] = form_group_collection_input_checked?(checked, obj, input_value)
40
end
41
42
- # add things like 'data-' directives to the HTML
+ # add things like 'data-' attributes to the HTML
43
obj.each do |inner_obj|
44
input_options.merge!(inner_obj) if inner_obj.is_a?(Hash)
45
end if obj.respond_to?(:each)
0 commit comments