<%#= f.input :resource_type, as: :select_with_help, collection: CurationConcerns.config.resource_types, input_html: { class: 'form-control', multiple: true } %> <%= f.input :tag, as: :multi_value_with_help %> <%= f.input :creator, as: :multi_value_with_help %> <%= f.input :rights, as: :select_with_modal_help, collection: RightsService.select_options, input_html: { class: 'form-control', multiple: true } %> <%= render "curation_concerns/file_sets/rights_modal" %>