demarches-normaliennes/app/views/shared/dossiers/editable_champs/_communes.html.haml

7 lines
452 B
Text
Raw Normal View History

2020-10-07 17:42:41 +02:00
- hidden_field_id = SecureRandom.uuid
= form.hidden_field :value, { data: { uuid: hidden_field_id } }
= form.hidden_field :external_id, { data: { reference: true } }
= form.hidden_field :departement, { data: { attr: "#{hidden_field_id}:departement" } }
= form.hidden_field :code_departement, { data: { attr: "#{hidden_field_id}:code_departement" } }
2020-10-07 17:42:41 +02:00
= react_component("ComboCommunesSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id)