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

6 lines
161 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
= @form.number_field :value,
id: @champ.input_id,
aria: { describedby: @champ.describedby_id },
placeholder: @champ.libelle,
required: @champ.mandatory?