Commit a5f50604 authored by bingchuan's avatar bingchuan

[dev]version 1.8.1

parent e52442ee
...@@ -3481,7 +3481,8 @@ ...@@ -3481,7 +3481,8 @@
this.elements.content.appendChild(p); this.elements.content.appendChild(p);
this.elements.content.appendChild(input); this.elements.content.appendChild(input);
if(type=='date'){ if(type=='date'){
flatpickr(input, { static: true,locale:language(localStorage.NG_TRANSLATE_LANG_KEY)}); // flatpickr(input, { static: true,locale:language(localStorage.NG_TRANSLATE_LANG_KEY)});
$(input).attr("type","date");
} }
}, },
prepare: function () { prepare: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment