demarches-normaliennes/app/components/editable_champ/number_component/number_component.html.haml
2023-07-26 14:27:50 +02:00

1 line
165 B
Text

= @form.number_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, placeholder: @champ.libelle, required: @champ.required?))