528b7ec3f8
used for the `required` html attribute. It check visibility to avoid hidden required input which prevent the form from being sent.
6 lines
193 B
Text
6 lines
193 B
Text
= @form.hidden_field :value
|
|
= @form.hidden_field :external_id
|
|
= react_component("ComboAdresseSearch",
|
|
required: @champ.required?,
|
|
id: @champ.input_id,
|
|
describedby: @champ.describedby_id)
|