* Disabled autoComplate function.

This commit is contained in:
daitingting
2018-07-13 11:18:33 +08:00
parent 440d53a754
commit d7a106f0bd
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -187,7 +187,7 @@
<td><?php echo html::select("team[]", $members, '', "class='form-control chosen'");?></td>
<td>
<div class='input-group'>
<?php echo html::input("teamEstimate[]", '', "class='form-control text-center' placeholder='{$lang->task->estimateAB}'") ?>
<?php echo html::input("teamEstimate[]", '', "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->estimateAB}'") ?>
<span class='input-group-addon'><?php echo $lang->task->hour;?></span>
</div>
</td>