2023-02-22 18:32:42 +01:00
|
|
|
- render_parent
|
|
|
|
|
2022-08-12 10:45:04 +02:00
|
|
|
= @form.hidden_field :value
|
|
|
|
= @form.hidden_field :external_id
|
2023-02-22 18:32:42 +01:00
|
|
|
|
2022-08-12 10:45:04 +02:00
|
|
|
= react_component("ComboAdresseSearch",
|
2022-10-17 10:05:59 +02:00
|
|
|
required: @champ.required?,
|
2022-08-12 10:45:04 +02:00
|
|
|
id: @champ.input_id,
|
2023-02-22 18:32:42 +01:00
|
|
|
describedby: @champ.describedby_id,
|
|
|
|
**react_combo_props,
|
|
|
|
)
|