Add a placeholder to help IE users to fill the date input with the right format
This commit is contained in:
parent
95481e7b85
commit
2653862fa7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue