2 lines
329 B
Text
2 lines
329 B
Text
= render Dsfr::ComboboxComponent.new form: @form, url: data_sources_data_source_adresse_path, selected: @champ.value, allows_custom_value: true, input_html_options: { name: :value, id: @champ.input_id, class: 'fr-select', describedby: @champ.describedby_id } do
|
|
= @form.hidden_field :external_id, data: { value_slot: 'value' }
|