demarches-normaliennes/app/components/editable_champ/communes_component/communes_component.html.haml
2022-09-01 09:48:27 +02:00

10 lines
379 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,
classNameDepartement: "width-33-desktop width-100-mobile",
className: "width-66-desktop width-100-mobile",
describedby: @champ.describedby_id)