Merge pull request #5469 from betagouv/placeholder-date

Date champs: adding a placeholder for IE and Safari
This commit is contained in:
jpoulvel 2020-08-19 16:26:53 +02:00 committed by GitHub
commit 018b57b58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
= form.date_field :value,
value: champ.value,
required: champ.mandatory?
required: champ.mandatory?,
placeholder: 'aaaa-mm-jj'