Add annuaire_education champ ui

This commit is contained in:
Paul Chavard 2021-01-14 17:30:55 +01:00
parent 54f2084aef
commit 91be115c70
7 changed files with 98 additions and 2 deletions

View file

@ -0,0 +1,3 @@
- hidden_field_id = SecureRandom.uuid
= form.hidden_field :value, { data: { uuid: hidden_field_id } }
= react_component("ComboAnnuaireEducationSearch", mandatory: champ.mandatory?, hiddenFieldId: hidden_field_id )