2020-11-25 15:17:59 +01:00
|
|
|
- hidden_field_id = SecureRandom.uuid
|
2021-08-31 12:49:35 +02:00
|
|
|
= form.hidden_field :value, { value: champ.localized_value, data: { uuid: hidden_field_id } }
|
|
|
|
= form.hidden_field :external_id, { data: { reference: true } }
|
2020-11-25 15:17:59 +01:00
|
|
|
= react_component("ComboPaysSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id)
|