demarches-normaliennes/app/components/editable_champ/number_component/number_component.html.haml
2022-09-01 09:48:27 +02:00

5 lines
161 B
Text

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