demarches-normaliennes/app/components/editable_champ/number_component/number_component.html.haml
2023-10-06 15:43:59 +02:00

1 line
205 B
Text

= @form.text_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, placeholder: @champ.libelle, required: @champ.required?, pattern: "-?[0-9]*", inputmode: :decimal))