@@ -68,6 +68,7 @@ echo $html;
```
## 组件
+`namespace \FormBuilder\Form`
* **Form::cascader** 三级联动,value为array类型
* **Form::city** 省市二级联动,value为array类型
@@ -90,7 +90,7 @@ class TimePicker extends FormComponentDriver
{
$value = $this->value;
if (is_array($value) && count(array_filter($value)) == 0)
- $value = ['0:0:0', '0:0:0'];
+ $value = ['', ''];
return [
'type' => $this->name,
'field' => $this->field,