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

5 lines
294 B
Text
Raw Normal View History

2020-11-25 15:17:59 +01:00
- hidden_field_id = SecureRandom.uuid
= form.hidden_field :value, { value: champ.localized_value, data: { uuid: hidden_field_id } }
= form.hidden_field :external_id, { data: { reference: true } }
2020-11-25 15:17:59 +01:00
= react_component("ComboPaysSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id)