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

2 lines
205 B
Text
Raw Normal View History

= @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))