4 lines
267 B
Text
4 lines
267 B
Text
- hidden_field_id = SecureRandom.uuid
|
|
= form.hidden_field :value, { data: { uuid: hidden_field_id } }
|
|
= form.hidden_field :external_id, { data: { reference: true } }
|
|
= react_component("ComboAdresseSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id)
|