demarches-normaliennes/app/components/editable_champ/number_component/number_component.html.haml

2 lines
165 B
Text
Raw Normal View History

2023-05-05 09:13:05 +02:00
= @form.number_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, placeholder: @champ.libelle, required: @champ.required?))