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