mirror of https://gitee.com/karson/fastadmin.git
新增时间字段CRUD默认关闭autocomplete
parent
c8085a406e
commit
82fc4f971c
|
|
@ -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'";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue