2022-08-12 10:45:04 +02:00
|
|
|
= @form.hidden_field :value
|
|
|
|
= @form.hidden_field :external_id
|
|
|
|
= react_component("ComboRegionsSearch",
|
2022-10-17 10:05:59 +02:00
|
|
|
required: @champ.required?,
|
2022-08-12 10:45:04 +02:00
|
|
|
id: @champ.input_id,
|
|
|
|
className: "width-33-desktop width-100-mobile",
|
|
|
|
describedby: @champ.describedby_id)
|