[Fix #376] Force every browser to use native input[type=date] on date champ

This commit is contained in:
Mathieu Magnin 2017-06-09 11:45:50 +02:00
parent 2653862fa7
commit 41a5ed59f3
4 changed files with 26 additions and 8 deletions

View file

@ -2,6 +2,4 @@
placeholder: "JJ/MM/AAAA",
id: "champs_#{champ.id}",
value: champ.value,
type: champ.type_champ,
"data-provide": champ.data_provide,
"data-date-format": champ.data_date_format }
type: "date" }