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

8 lines
261 B
Text

= form.hidden_field :value
= form.hidden_field :external_id
= form.hidden_field :departement
= form.hidden_field :code_departement
= react_component("ComboCommunesSearch",
required: champ.mandatory?,
id: champ.input_id,
describedby: champ.describedby_id)