demarches-normaliennes/app/components/editable_champ/address_component/address_component.html.haml

3 lines
278 B
Text
Raw Normal View History

= render Dsfr::ComboboxComponent.new form: @form, name: :value, url: data_sources_data_source_adresse_path, selected: @champ.value, id: @champ.input_id, class: 'fr-select', describedby: @champ.describedby_id do
= @form.hidden_field :external_id, data: { value_slot: 'value' }