* disable autocomplete of date input.

This commit is contained in:
Catouse
2016-02-22 17:21:04 +08:00
parent 2f8121190d
commit 2bde4bcba2
+1 -1
View File
@@ -22,7 +22,7 @@
if($period == 'before') $vars .= "&account={$app->user->account}&status=undone";
echo "<li id='$period'>" . html::a(inlink('todo', $vars), $label) . '</li>';
}
echo "<li id='byDate' class='datepicker-wrapper datepicker-date'>" . html::input('date', $date,"class='form-control form-date' onchange='changeDate(this.value)'") . '</li>';
echo "<li id='byDate' class='datepicker-wrapper datepicker-date'>" . html::input('date', $date,"class='form-control form-date' onchange='changeDate(this.value)' autocomplete='off'") . '</li>';
if(is_numeric($type))
{