新增时间字段CRUD默认关闭autocomplete

pull/238/head
Karson 2020-09-18 16:49:43 +08:00
parent c8085a406e
commit 82fc4f971c
1 changed files with 1 additions and 1 deletions

View File

@ -1459,7 +1459,7 @@ EOD;
}
if (in_array($datatype, ['date', 'datetime']) || $formatter === 'datetime') {
$html .= ", operate:'RANGE', addclass:'datetimerange'";
$html .= ", operate:'RANGE', addclass:'datetimerange', autocomplete:false";
} elseif (in_array($datatype, ['float', 'double', 'decimal'])) {
$html .= ", operate:'BETWEEN'";
}