8 lines
249 B
Text
8 lines
249 B
Text
|
= @form.hidden_field :value
|
||
|
= @form.hidden_field :external_id
|
||
|
= react_component("ComboDepartementsSearch",
|
||
|
required: @champ.mandatory?,
|
||
|
id: @champ.input_id,
|
||
|
className: "width-33-desktop width-100-mobile",
|
||
|
describedby: @champ.describedby_id)
|