10 lines
254 B
Text
10 lines
254 B
Text
|
= @form.text_field :value,
|
||
|
id: @champ.input_id,
|
||
|
aria: { describedby: @champ.describedby_id },
|
||
|
placeholder: t(".placeholder"),
|
||
|
required: @champ.mandatory?,
|
||
|
pattern: "W[0-9]{9}",
|
||
|
title: t(".title"),
|
||
|
class: "width-33-desktop",
|
||
|
maxlength: 10
|