6 lines
194 B
Text
6 lines
194 B
Text
= @form.hidden_field :value
|
|
= @form.hidden_field :external_id
|
|
= react_component("ComboAdresseSearch",
|
|
required: @champ.mandatory?,
|
|
id: @champ.input_id,
|
|
describedby: @champ.describedby_id)
|