[Fix #376] Force every browser to use native input[type=date] on date champ
This commit is contained in:
parent
2653862fa7
commit
41a5ed59f3
4 changed files with 26 additions and 8 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue