3 lines
200 B
Text
3 lines
200 B
Text
- hidden_field_id = SecureRandom.uuid
|
|
= form.hidden_field :value, { data: { uuid: hidden_field_id } }
|
|
= react_component("ComboPaysSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id)
|