From 2653862fa7992650dcf0d75b67042afe11dc5a80 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Fri, 9 Jun 2017 10:31:41 +0200 Subject: [PATCH] Add a placeholder to help IE users to fill the date input with the right format --- app/views/users/description/champs/_date.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/description/champs/_date.html.haml b/app/views/users/description/champs/_date.html.haml index 2a286a499..33a20565a 100644 --- a/app/views/users/description/champs/_date.html.haml +++ b/app/views/users/description/champs/_date.html.haml @@ -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,