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

5 lines
522 B
Text
Raw Normal View History

2023-09-25 16:55:27 +02:00
= @form.text_field(:value, input_opts( id: @champ.input_id, aria: { describedby: @champ.describedby_id }, data: { controller: 'turbo-input', turbo_input_load_on_connect_value: @champ.prefilled? && @champ.value.present? && @champ.data.blank?, turbo_input_url_value: champs_rna_path(@champ.id) }, required: @champ.required?, pattern: "W[0-9]{9}", title: t(".title"), class: "width-33-desktop", maxlength: 10))
2022-10-04 22:11:01 +02:00
.rna-info{ id: dom_id(@champ, :rna_info) }
2023-01-14 11:53:55 +01:00
= render 'shared/champs/rna/association', champ: @champ, error: nil