diff --git a/app/inputs/array_input.rb b/app/inputs/array_input.rb index 90cf542c7..0d16311b5 100644 --- a/app/inputs/array_input.rb +++ b/app/inputs/array_input.rb @@ -4,7 +4,7 @@ class ArrayInput < SimpleForm::Inputs::StringInput TEXT_FIELD_CLASSES = "text optional array-element" - def input + def input(_wrapper_options) input_html_options[:type] ||= input_type content_tag(:div, class: "array-input") do