Add a placeholder to help IE users to fill the date input with the right format

This commit is contained in:
Mathieu Magnin 2017-06-09 10:31:41 +02:00
parent 95481e7b85
commit 2653862fa7

View file

@ -1,5 +1,5 @@
%input.form-control{ name: "champs['#{champ.id}']",
placeholder: champ.libelle,
placeholder: "JJ/MM/AAAA",
id: "champs_#{champ.id}",
value: champ.value,
type: champ.type_champ,