style(champ): remove generic placeholders because new DSFR don't like placeholders in input
This commit is contained in:
parent
bf20bcf476
commit
71e7f51753
4 changed files with 1 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
|||
= form.text_field :value,
|
||||
id: champ.input_id,
|
||||
placeholder: t(".placeholder"),
|
||||
required: champ.mandatory?,
|
||||
aria: { describedby: champ.describedby_id }
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
aria: { describedby: champ.describedby_id },
|
||||
rows: 6,
|
||||
required: champ.mandatory?,
|
||||
value: html_to_string(champ.value),
|
||||
placeholder: t(".placeholder")
|
||||
value: html_to_string(champ.value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue