Merge pull request #5469 from betagouv/placeholder-date
Date champs: adding a placeholder for IE and Safari
This commit is contained in:
commit
018b57b58d
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
= form.date_field :value,
|
= form.date_field :value,
|
||||||
value: champ.value,
|
value: champ.value,
|
||||||
required: champ.mandatory?
|
required: champ.mandatory?,
|
||||||
|
placeholder: 'aaaa-mm-jj'
|
||||||
|
|
Loading…
Reference in a new issue